File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,14 +165,13 @@ GET /_search
165165
166166The `match` query is of type `boolean`. It means that the text
167167provided 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`
169169to control the boolean clauses (defaults to `or`). The minimum number of
170170optional `should` clauses to match can be set using the
171171<<query-dsl-minimum-should-match,`minimum_should_match`>>
172172parameter.
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--------------------------------------------------
You can’t perform that action at this time.
0 commit comments