SearchIndexPredicateArrayOperator_enum
Possible values:
AllElements: When specified, the value on the right hand side (comparableValue) is compared against each element in the array with the provided operator SearchIndexPredicateComparisonOperatorEnum.The resource will be matched if the SearchIndexPredicateComparisonOperatorEnum returns true for ALL elements in the array, otherwise it will be filtered out.
AnyElement: When specified, the value on the right hand side (comparableValue) is compared against each element in the array with the provided operator SearchIndexPredicateComparisonOperatorEnum.The resource will be matched if the SearchIndexPredicateComparisonOperatorEnum returns true for ANY element in the array, otherwise it will be filtered out.