You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
The text was updated successfully, but these errors were encountered:
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: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.The text was updated successfully, but these errors were encountered: