Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem when combing NOT with field in queries #123

Open
kod-kristoff opened this issue Mar 15, 2019 · 0 comments
Open

Problem when combing NOT with field in queries #123

kod-kristoff opened this issue Mar 15, 2019 · 0 comments
Labels
bug Something isn't working elasticsearch search

Comments

@kod-kristoff
Copy link
Member

kod-kristoff commented Mar 15, 2019

Currently all binary queries where the field is negated gives more fewer hits than expected.

<query operator>||not|<field>||<value>

The semantics is that the query matches all entries where <value> is matched in any field but <field>.
Currently the backend gives the result of <value> in any field AND NOT <value> in <field>

@kod-kristoff kod-kristoff added bug Something isn't working elasticsearch search labels Mar 15, 2019
@kod-kristoff kod-kristoff changed the title Can't combine NOT with field in queries Problem when combing NOT with field in queries May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working elasticsearch search
Projects
None yet
Development

No branches or pull requests

1 participant