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 06999c9 commit be48bd8Copy full SHA for be48bd8
stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/database_logic.py
@@ -62,7 +62,8 @@
62
from stac_fastapi.types.rfc3339 import DateTimeType
63
from stac_fastapi.types.stac import Collection, Item
64
65
-from stac_fastapi.sfeos_helpers.stac_fastapi.sfeos_helpers.database.query import add_collections_to_body
+from stac_fastapi.sfeos_helpers.stac_fastapi.sfeos_helpers.database.query import add_collections_to_body, \
66
+ ES_MAX_URL_LENGTH
67
68
logger = logging.getLogger(__name__)
69
0 commit comments