Skip to content

Commit 69766d1

Browse files
committed
typos
1 parent cc0fd52 commit 69766d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/search/esql-full-text-filter-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FROM cooking_blog
3232
| LIMIT 1000
3333
```
3434

35-
If you want to run these queries in the [Dev Tools Console](/explore-analyze/query-filter/languages/esql-rest.md#esql-kibana-console), you'll need use the following syntax:
35+
If you want to run these queries in the [Dev Tools Console](/explore-analyze/query-filter/languages/esql-rest.md#esql-kibana-console), you'll need to use the following syntax:
3636

3737
```console
3838
POST /_query?format=txt
@@ -358,4 +358,4 @@ This tutorial introduced the basics of search and filtering in {{esql}}. Buildin
358358
- [Text analysis](full-text/text-analysis-during-search.md): Understand how text is processed for full-text search.
359359
- [{{esql}} search functions](elasticsearch://reference/query-languages/esql/esql-functions-operators.md#esql-search-functions): Explore the full list of search functions available in {{esql}}.
360360
- [Semantic search](/solutions/search/semantic-search.md): Understand your various options for semantic search in Elasticsearch.
361-
- [The `semantic_text` workflow](/solutions/search/semantic-search.md#_semantic_text_workflow): Learn how to use the `semantic_text` field type for semantic search. This is the recommended approach for must users looking to perform semantic search in {{es}}, because it abstracts away the complexity of setting up inference endpoints and models.
361+
- [The `semantic_text` workflow](/solutions/search/semantic-search.md#_semantic_text_workflow): Learn how to use the `semantic_text` field type for semantic search. This is the recommended approach for most users looking to perform semantic search in {{es}}, because it abstracts away the complexity of setting up inference endpoints and models.

0 commit comments

Comments
 (0)