stac-utils/pgstac

Do we have any plan to add filtering criteria to `all_collections` or add another function that can list filtered collections?

Geosynopsis opened this issue · 3 comments

Use-Case: Restricting collections based on ACL

The STAC API that implements ACL on top of the collections could use it to provide STAC compliant interface while using pgstac as the backend. Is there any plan for this feature?

There is no specification in STAC as far as I know for filtering calls to /collections.

You can search items specifying only specific collections using /search?collections=collectiona,collectionb

Yes, I understand from the endpoint's point of view. But is it also translatable 1-to-1 to the database functions?