Skip to content

Commit 6506edf

Browse files
authored
Fix a reference to match_phrase_prefix in the match query docs. (#30282)
1 parent 00b21f8 commit 6506edf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ process. It does not support field name prefixes, wildcard characters,
186186
or other "advanced" features. For this reason, chances of it failing are
187187
very small / non existent, and it provides an excellent behavior when it
188188
comes to just analyze and run that text as a query behavior (which is
189-
usually what a text search box does). Also, the `phrase_prefix` type can
190-
provide a great "as you type" behavior to automatically load search
191-
results.
189+
usually what a text search box does). Also, the <<query-dsl-match-query-phrase-prefix,`match_phrase_prefix`>>
190+
type can provide a great "as you type" behavior to automatically load search results.
192191
193192
**************************************************

0 commit comments

Comments
 (0)