diff --git a/docs/reference/query-dsl/match-query.asciidoc b/docs/reference/query-dsl/match-query.asciidoc index 56874f25a8514..acff4d3b036c5 100644 --- a/docs/reference/query-dsl/match-query.asciidoc +++ b/docs/reference/query-dsl/match-query.asciidoc @@ -186,8 +186,7 @@ process. It does not support field name prefixes, wildcard characters, or other "advanced" features. For this reason, chances of it failing are very small / non existent, and it provides an excellent behavior when it comes to just analyze and run that text as a query behavior (which is -usually what a text search box does). Also, the `phrase_prefix` type can -provide a great "as you type" behavior to automatically load search -results. +usually what a text search box does). Also, the <> +type can provide a great "as you type" behavior to automatically load search results. **************************************************