Skip to content

Don't short-circut when searching with ids #159

@gadomski

Description

@gadomski

Per radiantearth/stac-api-spec#125, ids should not short circuit search:

pgstac/sql/004_search.sql

Lines 640 to 643 in 6422105

-- if ids is set, short circuit and just use direct ids query for each id
-- skip any paging or caching
-- hard codes ordering in the same order as the array of ids
IF _search ? 'ids' THEN

Blocking

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions