We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282ce81 commit 8f391faCopy full SHA for 8f391fa
docs/reference/query-dsl/match-phrase-prefix-query.asciidoc
@@ -12,8 +12,8 @@ order** as provided. The last term of the provided text is treated as a
12
[[match-phrase-prefix-query-ex-request]]
13
==== Example request
14
15
-The following search returns documents that phrases beginning with `quick brown
16
-f` in the `message` field.
+The following search returns documents that contain phrases beginning with
+`quick brown f` in the `message` field.
17
18
This search would match a `message` value of `quick brown fox` or `two quick
19
brown ferrets` but not `the fox is quick and brown`.
0 commit comments