Skip to content

Commit 20047e6

Browse files
authored
Add a clarifying statement to search getting started (#9055)
Signed-off-by: Fanit Kolchina <[email protected]>
1 parent 7c72e10 commit 20047e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_getting-started/search-data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ In OpenSearch, there are several ways to search data:
1414
- [Piped Processing Language (PPL)]({{site.url}}{{site.baseurl}}/search-plugins/sql/ppl/index/): The primary language used for observability in OpenSearch. PPL uses a pipe syntax that chains commands into a query.
1515
- [Dashboards Query Language (DQL)]({{site.url}}{{site.baseurl}}/dashboards/dql/): A simple text-based query language for filtering data in OpenSearch Dashboards.
1616

17+
This tutorial contains a brief introduction to searching using [query string queries](#query-string-queries) and [query DSL](#query-dsl).
18+
1719
## Prepare the data
1820

1921
For this tutorial, you'll need to index student data if you haven't done so already. You can start by deleting the `students` index (`DELETE /students`) and then sending the following bulk request:

0 commit comments

Comments
 (0)