Join Slack
Powered by
Hi Guys, I need one help on search. How to search...
# random
a
Atul Ranjan
04/27/2023, 6:44 AM
Hi Guys, I need one help on search. How to search where fields are
""
empty.
Example:
filter_by=my_attribute:""(empty)
?
j
Jason Bosco
04/27/2023, 7:08 AM
This is not possible to do directly.
Jason Bosco
04/27/2023, 7:09 AM
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
Open in Slack
Previous
Next