stac-utils / stac-fastapi-elasticsearch-opensearch

Elasticsearch backend for stac-fastapi with Opensearch support.
https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch
MIT License
31 stars 13 forks source link

Handle filter-lang property #283

Closed jamesfisher-geo closed 2 months ago

jamesfisher-geo commented 3 months ago

Stac-Fastapi 3.0.0 has better handling of the filter-lang param.

We can replace the clunky fix here https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/stac_fastapi/core/stac_fastapi/core/extensions/aggregation.py#L354-L365

and here:

https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/stac_fastapi/core/stac_fastapi/core/core.py#L493-L499

jonhealy1 commented 3 months ago

Nice ok

jonhealy1 commented 3 months ago

Do you have time to add this to the 3.0.0 release?

jamesfisher-geo commented 3 months ago

Do you have time to add this to the 3.0.0 release?

Yeah I can do that later today