stac-fastapi-elasticsearch-opensearch
stac-fastapi-elasticsearch-opensearch copied to clipboard
Extension links are not added to the landing page or collections
For example, the /queryables route is not included in the landing page like it is in the stac-fastapi landing_page method. The code would need to be duplicated in sfeos here
The /queryables route is also not generated as a link for Collections.
Steps to reproduce the behavior:
docker compose uphttp://localhost:8082/orhttp://localhost:8080/
Expected behavior The appropriate routes for a given extension to be advertised in the landing page and collections.