Skip to content

Commit 078bff5

Browse files
committed
fixes per review
1 parent 96341ff commit 078bff5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

serverless/pages/search-your-data.asciidoc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you haven't used {es} before, you can learn the basics in the {ref}/elasticse
99

1010
You can use the https://www.elastic.co/docs/api/doc/elasticsearch-serverless[{es-serverless} REST APIs] to search your data using any HTTP client, including the <<elasticsearch-clients,{es} client libraries>>, or directly in the Dev Tools <<devtools-run-api-requests-in-the-console, Console>>.
1111

12-
You can also run searches using *Discover* in your project's UI.
12+
You can also run searches using {kibana-ref}/discover.html[Discover] in your project's UI.
1313

1414
[TIP]
1515
====
@@ -20,4 +20,14 @@ Try our hands-on {ref}/quickstart.html#quickstart-list[quick start tutorials] in
2020
[[elasticsearch-search-your-data-query-languages-overview]]
2121
== Query languages
2222

23-
Learn about the various query languages you can use to search your data in the {ref}/search-analyze.html[core {es} documentation].
23+
Learn about the various query languages you can use to search your data in the {ref}/search-analyze.html[core {es} documentation].
24+
25+
[discrete]
26+
[[elasticsearch-search-your-data-learn-more]]
27+
== Learn more
28+
29+
The subpages in this section provide some high-level information about three important search-related topics:
30+
31+
* <<elasticsearch-search-your-data-the-search-api, The search API>>
32+
* <<elasticsearch-knn-search,K-Nearest Neighbors (KNN) search>>
33+
* <<elasticsearch-reference-semantic-search, Semantic search>>

0 commit comments

Comments
 (0)