Skip to content

Commit 91cfead

Browse files
committed
Remove double spaces
1 parent bb2e045 commit 91cfead

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ query.
8888
While easy to set up, using the `match_phrase_prefix` query for search
8989
autocompletion can sometimes produce confusing results.
9090

91-
For example, consider the query string `quick brown f`. This query works by
91+
For example, consider the query string `quick brown f`. This query works by
9292
creating a phrase query out of `quick` and `brown` (i.e. the term `quick` must
93-
exist and must be followed by the term `brown`). Then it looks at the sorted
93+
exist and must be followed by the term `brown`). Then it looks at the sorted
9494
term dictionary to find the first 50 terms that begin with `f`, and adds these
9595
terms to the phrase query.
9696

9797
The problem is that the first 50 terms may not include the term `fox` so the
98-
phrase `quick brown fox` will not be found. This usually isn't a problem as
98+
phrase `quick brown fox` will not be found. This usually isn't a problem as
9999
the user will continue to type more letters until the word they are looking
100100
for appears.
101101

0 commit comments

Comments
 (0)