Skip to content

Commit 9425de5

Browse files
committed
Add docs
1 parent 6b3d019 commit 9425de5

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

docs/reference/esql/functions/kibana/definition/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/esql/functions/kibana/docs/match.md

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

docs/reference/esql/functions/operators.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Boolean operators for comparing against one or multiple expressions.
1616
* <<esql-in-operator>>
1717
* <<esql-like-operator>>
1818
* <<esql-rlike-operator>>
19+
* experimental:[] <<esql-search-operators>>
1920
// end::op_list[]
2021

2122
include::binary.asciidoc[]
@@ -26,3 +27,4 @@ include::cast.asciidoc[]
2627
include::in.asciidoc[]
2728
include::like.asciidoc[]
2829
include::rlike.asciidoc[]
30+
include::search.asciidoc[]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[discrete]
2+
[[esql-search-operators]]
3+
=== Search operators
4+
5+
The only search operator is match (`:`):
6+
7+
preview::["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."]
8+
9+
[.text-center]
10+
image::esql/functions/signature/match_operator.svg[Embedded,opts=inline]
11+
12+
Supported types:
13+
14+
include::types/match.asciidoc[]

0 commit comments

Comments
 (0)