Skip to content

Commit a459856

Browse files
leemthompomridula-s109
authored andcommitted
[DOCS][ESQL] GA search functions for 9.1 (elastic#129786)
* [DOCS][ESQL] Flip preview booleans, to GA search functions * render docs, tweak some applies_to metadata in docs gen code - **rendered docs (md):** - kql: removed serverless preview, added ga 9.1.0 - match: removed serverless preview, added ga 9.1.0 - match_phrase: changed from preview 9.1.0 to unavailable 9.0 + ga 9.1.0 - qstr: removed serverless preview, added ga 9.1.0 - search functions list: removed bullet point before term function - **docs generation code (java):** - match_phrase: updated function info annotations to unavailable 9.0 + ga 9.1.0 - query_string: uncommented ga 9.1.0 annotation
1 parent 5553288 commit a459856

File tree

17 files changed

+30
-41
lines changed

17 files changed

+30
-41
lines changed

docs/reference/query-languages/esql/_snippets/functions/layout/kql.md

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/layout/match.md

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/layout/match_phrase.md

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/layout/qstr.md

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
* [preview] [`KQL`](../../functions-operators/search-functions.md#esql-kql)
2-
* [preview] [`MATCH`](../../functions-operators/search-functions.md#esql-match)
3-
* [preview] [`MATCH_PHRASE`](../../functions-operators/search-functions.md#esql-match_phrase)
4-
* [preview] [`QSTR`](../../functions-operators/search-functions.md#esql-qstr)
1+
* [`KQL`](../../functions-operators/search-functions.md#esql-kql)
2+
* [`MATCH`](../../functions-operators/search-functions.md#esql-match)
3+
* [`MATCH_PHRASE`](../../functions-operators/search-functions.md#esql-match_phrase)
4+
* [`QSTR`](../../functions-operators/search-functions.md#esql-qstr)
55
% * [preview] [`TERM`](../../functions-operators/search-functions.md#esql-term)

docs/reference/query-languages/esql/_snippets/operators/layout/match_operator.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
### Match operator (`:`) [esql-match-operator]
22
```{applies_to}
3-
stack: preview 9.0.0
4-
serverless: preview
3+
stack: preview 9.0, ga 9.1
54
```
65

76
The only search operator is match (`:`).
@@ -13,12 +12,6 @@ The only search operator is match (`:`).
1312
:class: text-center
1413
:::
1514

16-
17-
::::{warning}
18-
Do not use on production environments. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
19-
::::
20-
21-
2215
The match operator performs a [match query](/reference/query-languages/query-dsl/query-dsl-match-query.md) on the specified field. Returns true if the provided query matches the row.
2316

2417
The match operator is equivalent to the [match function](../../../functions-operators/search-functions.md#esql-match).

docs/reference/query-languages/esql/kibana/definition/functions/kql.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/kibana/definition/functions/match.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/kibana/definition/functions/match_phrase.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/kibana/definition/functions/qstr.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)