Collection bbox filtering from stac-browser #476
Labels
api layer
enhancement
New feature or request
pgstac
spec
Compliance with STAC/OGC specifications
sqlalchemy
The collection-level filter in stac-browser makes a request that looks like:
But the
bbox
query param is ignore in that route in stac-fastapi.pgstac. Eg this request to the MS PC API, which returns an Item nowhere near the requested bbox.The route called doesn't do anything with the
bbox
:stac-fastapi/stac_fastapi/pgstac/stac_fastapi/pgstac/core.py
Lines 270 to 273 in fbdd993
As far as I can tell this is not an issue on stac-browser's side. Would appreciate some help understanding how this is supposed to work, because it seems like there's more going on that just adding
bbox
to the queries passed to_search_base
? If not I'm happy to work on a PR to do that...The text was updated successfully, but these errors were encountered: