stac-fastapi-elasticsearch-opensearch icon indicating copy to clipboard operation
stac-fastapi-elasticsearch-opensearch copied to clipboard

Elasticsearch backend for stac-fastapi with Opensearch support.

Results 17 stac-fastapi-elasticsearch-opensearch issues
Sort by recently updated
recently updated
newest added

Simple search `http://localhost:8000/search?limit=10` returns items onlly with properties.datetime field In particular in line https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/987f0b924b45e3f63302758b6e63d38ba504964f/stac_fastapi/core/stac_fastapi/core/core.py#L593C12-L593C64 `filter_kwargs = search_request.fields.filter_fields` filter_fields is equal to ``` {'exclude': {}, 'include': {'assets': Ellipsis, 'bbox': Ellipsis, 'collection':...

**Describe the bug** The temporal intersection queries listed in the documentation of the filter API extension do not work. For the _cql2-text_ query, you get a parsing error as [_pygeofilter_...

**Is your feature request related to a problem? Please describe.** If an item's `datetime` is not set i.e it's using a `start_datetime` and `end_datetime`. It's exclude from temporal searches. **Describe...

possibly using asyncio https://github.com/aio-libs/aiocache

performance

this is a test that won't run correctly rather than a behavior change that broke the test. The `app` fixture doesn't get injected in a way that the MockRequest class...