Skip to content

Commit

Permalink
[Docs] Fix typo in match-bool-prefix-query doc (#56077)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaobinlong authored May 4, 2020
1 parent 2a02446 commit e019143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/query-dsl/match-bool-prefix-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ An important difference between the `match_bool_prefix` query and
<<query-dsl-match-query-phrase-prefix,`match_phrase_prefix`>> is that the
`match_phrase_prefix` query matches its terms as a phrase, but the
`match_bool_prefix` query can match its terms in any position. The example
`match_bool_prefix` query above could match a field containing containing
`match_bool_prefix` query above could match a field containing
`quick brown fox`, but it could also match `brown fox quick`. It could also
match a field containing the term `quick`, the term `brown` and a term
starting with `f`, appearing in any position.
Expand Down

0 comments on commit e019143

Please sign in to comment.