Skip to content

Commit 219fde2

Browse files
joelgreenChristoph Büscher
authored andcommitted
[Docs] Update match-query.asciidoc (#33610)
1 parent 78d2fe3 commit 219fde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-dsl/match-query.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ GET /_search
172172

173173
The example above creates a boolean query:
174174

175-
`(ny OR (new AND york)) city)`
175+
`(ny OR (new AND york)) city`
176176

177177
that matches documents with the term `ny` or the conjunction `new AND york`.
178178
By default the parameter `auto_generate_synonyms_phrase_query` is set to `true`.

0 commit comments

Comments
 (0)