We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55ef7d commit e4a44ecCopy full SHA for e4a44ec
stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/config.py
@@ -37,6 +37,7 @@ class ElasticsearchSettings(ApiSettings):
37
38
# Fields which are defined by STAC but not included in the database model
39
forbidden_fields: Set[str] = _forbidden_fields
40
+ indexed_fields: Set[str] = {"datetime"}
41
42
@property
43
def create_client(self):
@@ -49,6 +50,7 @@ class AsyncElasticsearchSettings(ApiSettings):
49
50
51
52
53
54
55
56
0 commit comments