Просмотр исходного кода

fix query string example for boolean query (#28881)

Fabien Baligand 7 лет назад
Родитель
Сommit
437ad06e40
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/reference/query-dsl/query-string-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/query-string-query.asciidoc

@@ -312,7 +312,7 @@ GET /_search
 
 The example above creates a boolean query:
 
-`(ny OR (new AND york)) city)`
+`(ny OR (new AND york)) city`
 
 that matches documents with the term `ny` or the conjunction `new AND york`.
 By default the parameter `auto_generate_synonyms_phrase_query` is set to `true`.