Skip to content

Is the "contains" operator for queries not supported? #807

@NicholasPini

Description

@NicholasPini

In the stac-fastapi-pgstac GitHub repo I've found this comment in https://github.com/stac-utils/stac-fastapi-pgstac/blob/0357f130bfa202038b90bc9ffac5d0b9495cc564/stac_fastapi/pgstac/extensions/query.py#L22-L26 of the 5.0.0 version:

# TODO: These are defined in the spec but aren't currently implemented by the api
# startsWith = auto()
# endsWith = auto()
# contains = auto()
# in = auto()

Does this mean that stac-fastapi does not support these operators in queries? Is there any plan of supporting them, if this is the case? And if this is not the case, how can I use these features? Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions