Skip to content

Commit 3c13c68

Browse files
committed
🚙Drive by updates to search functions ref page
moved tutorial link into tip box at top added cross-reference to search overview documentation minor text flow improvements and punctuation fixes
1 parent e876623 commit 3c13c68

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,27 @@ mapped_pages:
66

77
# {{esql}} Search functions [esql-search-functions]
88

9+
:::{tip}
10+
Get started with {{esql}} for search use cases with
11+
our [hands-on tutorial](docs-content://solutions/search/esql-search-tutorial.md).
12+
13+
For a high-level overview of search functionalities in {{esql}}, and to learn about relevance scoring, refer to [{{esql}} for search](docs-content://solutions/search/esql-for-search.md#esql-for-search-scoring).
14+
:::
15+
16+
{{esql}} provides a set of functions for performing searching on text fields.
17+
918
Use these functions
1019
for [full-text search](docs-content://solutions/search/full-text.md)
1120
and [semantic search](docs-content://solutions/search/semantic-search/semantic-search-semantic-text.md).
1221

13-
Get started with {{esql}} for search use cases with
14-
our [hands-on tutorial](docs-content://solutions/search/esql-search-tutorial.md).
15-
1622
Full text functions can be used to
1723
match [multivalued fields](/reference/query-languages/esql/esql-multivalued-fields.md).
1824
A multivalued field that contains a value that matches a full text query is
1925
considered to match the query.
2026

2127
Full text functions are significantly more performant for text search use cases
2228
on large data sets than using pattern matching or regular expressions with
23-
`LIKE` or `RLIKE`
29+
`LIKE` or `RLIKE`.
2430

2531
See [full text search limitations](/reference/query-languages/esql/limitations.md#esql-limitations-full-text-search)
2632
for information on the limitations of full text search.

0 commit comments

Comments
 (0)