We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c64a0 commit 4fc833bCopy full SHA for 4fc833b
docs/reference/query-dsl/full-text-queries.asciidoc
@@ -25,7 +25,7 @@ The queries in this group are:
25
26
The multi-field version of the `match` query.
27
28
-<<query-dsl-common-terms-query,`common_terms` query>>::
+<<query-dsl-common-terms-query,`common` terms query>>::
29
30
A more specialized query which gives more preference to uncommon words.
31
@@ -35,7 +35,7 @@ The queries in this group are:
35
allowing you to specify AND|OR|NOT conditions and multi-field search
36
within a single query string. For expert users only.
37
38
-<<query-dsl-simple-query-string-query,`simple_query_string`>>::
+<<query-dsl-simple-query-string-query,`simple_query_string` query>>::
39
40
A simpler, more robust version of the `query_string` syntax suitable
41
for exposing directly to users.
0 commit comments