Hi, I want to ask, is there any option to filter b...
# community-help
r
Hi, I want to ask, is there any option to filter by "not in array"? I tried "field :!= [123, 345] but it is not working.
b
I'd first check if that field is a facet and contains integers. Obvious, I know, but I fell for that in the past.
r
It does contain only integers. Error is "Numerical field has an invalid comparator."
k
@Róbert Grenčík The negation operator does not yet work on integers. It works only on strings and booleans. We wanted to get it out of the door fast for the previous release.