Is there a way to search for empty fields? I have many records in my index and I would like to find out which are the ones for example missing a description. Is there a recommended approach to achieve this?
Hi there!
I understand you want to filter for records without a description.
It’s possible to do so at indexing time. There is 2 ways to do it:
- Using a tag
- Using a boolean value
and then you would be able to filters on one of those.
For a more deeper look about the above propositions, we have a specific section in our documentation: Filter By Null or Missing Attributes
I hope it helps!