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
Bruno Ferreira
08/18/2021, 6:56 PM
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
Róbert Grenčík
08/18/2021, 6:59 PM
It does contain only integers. Error is "Numerical field has an invalid comparator."
k
Kishore Nallan
08/19/2021, 11:36 AM
@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.