Hi Guys, I need one help on search. How to search...
# random
a
Hi Guys, I need one help on search. How to search where fields are
""
empty. Example:
filter_by=my_attribute:""(empty)
?
j
This is not possible to do directly.
So you would have to create a new field at indexing time, something like
is_my_attribute_empty: true | false
and use that to filter