We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d2fe3 commit 219fde2Copy full SHA for 219fde2
docs/reference/query-dsl/match-query.asciidoc
@@ -172,7 +172,7 @@ GET /_search
172
173
The example above creates a boolean query:
174
175
-`(ny OR (new AND york)) city)`
+`(ny OR (new AND york)) city`
176
177
that matches documents with the term `ny` or the conjunction `new AND york`.
178
By default the parameter `auto_generate_synonyms_phrase_query` is set to `true`.
0 commit comments