Skip to content

Commit 10ce6e3

Browse files
committed
Fix extra parameters section
1 parent 461b17c commit 10ce6e3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,13 @@ GET /_search
165165

166166
The `match` query is of type `boolean`. It means that the text
167167
provided is analyzed and the analysis process constructs a boolean query
168-
from the provided text. The `operator` flag can be set to `or` or `and`
168+
from the provided text. The `operator` parameter can be set to `or` or `and`
169169
to control the boolean clauses (defaults to `or`). The minimum number of
170170
optional `should` clauses to match can be set using the
171171
<<query-dsl-minimum-should-match,`minimum_should_match`>>
172172
parameter.
173173

174-
Here is an example when providing additional parameters (note the slight
175-
change in structure, `message` is the field name):
174+
Here is an example when the `operator` parameter:
176175

177176
[source,js]
178177
--------------------------------------------------

0 commit comments

Comments
 (0)