|
|
- "description" : "Use `MATCH_PHRASE` to perform a [`match_phrase`](/reference/query-languages/query-dsl/query-dsl-match-query-phrase.md) on the\nspecified field.\nUsing `MATCH_PHRASE` is equivalent to using the `match_phrase` query in the Elasticsearch Query DSL.\n\nMatchPhrase can be used on <<text, text>> fields, as well as other field types like keyword, boolean, or date types.\nMatchPhrase is not supported for <<semantic-text, semantic_text>> or numeric types.\n\nMatchPhrase can use <<esql-function-named-params,function named parameters>> to specify additional options for the\nmatch_phrase query.\nAll [`match_phrase`](/reference/query-languages/query-dsl/query-dsl-match-query-phrase.md) query parameters are supported.\n\n`MATCH_PHRASE` returns true if the provided query matches the row.",
|
|
|
+ "description" : "Use `MATCH_PHRASE` to perform a <<query-dsl-match-query-phrase,`match_phrase` query>> on the\nspecified field.\nUsing `MATCH_PHRASE` is equivalent to using the `match_phrase` query in the Elasticsearch Query DSL.\n\nMatchPhrase can be used on <<text, text>> fields, as well as other field types like keyword, boolean, or date types.\nMatchPhrase is not supported for <<semantic-text, semantic_text>> or numeric types.\n\nMatchPhrase can use <<esql-function-named-params,function named parameters>> to specify additional options for the\nmatch_phrase query.\nAll <<query-dsl-match-query-phrase,`match_phrase` query>> query parameters are supported.\n\n`MATCH_PHRASE` returns true if the provided query matches the row.",
|