documentation
documentation copied to clipboard
Specify that it's not possible to filter documents by null fields
I have modified the movie 'Shazam' in the movies dataset, I've set the genres to null. It's currently impossible to make this kind of filtered search:
curl 'http://localhost:7700/indexes/movies/search' \
--data '{ "q": "Shaz", "filters": "NOT genres = \"null\"" }'
The first result returned it's still 'Shazam'.
Confirmed in https://github.com/meilisearch/MeiliSearch/issues/972