When indexing a collection field, if that field does not have a value the index will error out with "The request is invalid. Details: A null value was found for the property named 'name', which has the expected type 'Collection(Edm.String)[Nullable=False]'. The expected type 'Collection(Edm.String)[Nullable=False]' does not allow null values."
After reviewing the docs, Azure Search AI expects an empty array rather than a NULL value for collection fields.
Collection field is successfully indexed.
Error is encountered and indexing stops.
Move the null check down so that we check field type and return an empty array for collections.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.