I used docsearch and then I wanted to filter out any content that was null. I have filters, but when I use filters: “content: -null”, it doesn’t work. Why?
Hi @metaworld ,
As per my understanding Algolia does not support filtering by null values.
A work around to this problem is that at indexing time, you can compute a boolean attribute stating whether the content is null (i.e does not exsist) or present.
Then you could filter on the newly created boolean attribute.