We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the AND operator (or may be xxxx +yyyy) as mentioned here https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax
should return only results matching both criteria
currently it works like an OR operator.
Version 28.0.1
The text was updated successfully, but these errors were encountered:
+ means that word must be present. Thus, you need to add it to each word.
+
Sorry, something went wrong.
if not described in help text no unexperienced user will search "+john +claire" to get the results he is looking for, or "+john -claire"
@ferdiga ah thank you! I'd done lots of tests with AND and OR, with and without quotation marks. Now at least I've got the answer ! :-)
No branches or pull requests
the AND operator (or may be xxxx +yyyy) as mentioned here
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax
should return only results matching both criteria
currently it works like an OR operator.
Version 28.0.1
The text was updated successfully, but these errors were encountered: