If collection
is missing from ingesting Item, a low-level OpenSearch client error occurs rather than a clear invalid response
#580
Labels
If
collection
is missing from ingesting Item, a low-level OpenSearch client error occurs:The code path here is that the Item is checked that it has a
Feature
type and then the collection is retrieved to check in an index with that name exists, without checking that thecollection
field is actually defined.Instead, there should be a validation that the
collection
field is defined.The text was updated successfully, but these errors were encountered: