Skip to content

Specify that it's not possible to filter documents by null fields #837

@CaroFG

Description

@CaroFG

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'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues that are easy or quick to fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions