Closed jamesfisher-geo closed 2 months ago
Stac-Fastapi 3.0.0 has better handling of the filter-lang param.
filter-lang
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
Nice ok
Do you have time to add this to the 3.0.0 release?
Yeah I can do that later today
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