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 0822417 commit 050254fCopy full SHA for 050254f
stac_fastapi/core/stac_fastapi/core/utilities.py
@@ -202,7 +202,7 @@ def check_commands(
202
commands.add(
203
f"if ((ctx._source.{path.es_location} instanceof ArrayList"
204
f" && ctx._source.{path.es_location}.size() < {path.index})"
205
- f" || (!(ctx._source.properties.hello instanceof ArrayList)"
+ f" || (!(ctx._source.{path.es_location} instanceof ArrayList)"
206
f" && !ctx._source.{path.es_location}.containsKey('{path.index}')))"
207
f"{{Debug.explain('{path.path} does not exist');}}"
208
)
0 commit comments