Skip to content

Commit 641f65b

Browse files
committed
Comment out MATCH_PHRASE in search-functions Markdown
1 parent 4b5f4fa commit 641f65b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/reference/query-languages/esql/_snippets/lists/search-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
* [preview] [`KQL`](../../functions-operators/search-functions.md#esql-kql)
22
* [preview] [`MATCH`](../../functions-operators/search-functions.md#esql-match)
3-
* [preview] [
3+
% * [preview] [
44
`MATCH_PHRASE`](../../functions-operators/search-functions.md#esql-match-phrase)
55
* [preview] [`QSTR`](../../functions-operators/search-functions.md#esql-qstr)
66
% * [preview] [

docs/reference/query-languages/esql/functions-operators/search-functions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ for information on the limitations of full text search.
3636
:::{include} ../_snippets/functions/layout/match.md
3737
:::
3838

39-
:::{include} ../_snippets/functions/layout/match_phrase.md
40-
:::
39+
% MATCH_PHRASE is currently hidden
40+
% :::{include} ../_snippets/functions/layout/match_phrase.md
41+
% :::
4142

4243
:::{include} ../_snippets/functions/layout/qstr.md
4344
:::

0 commit comments

Comments
 (0)