Skip to content

Commit fd2ec04

Browse files
Fix typo in Query DSL documentation (#4341)
^^
1 parent 0291987 commit fd2ec04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

explore-analyze/query-filter/languages/querydsl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The [`_search` endpoint](../../../solutions/search/querying-for-search.md) accep
2020

2121
### Search and filter with Query DSL [search-analyze-query-dsl-search-filter]
2222

23-
Query DSL support a wide range of search techniques, including the following:
23+
Query DSL supports a wide range of search techniques, including the following:
2424

2525
* [**Full-text search**](/solutions/search/full-text.md): Search text that has been analyzed and indexed to support phrase or proximity queries, fuzzy matches, and more.
2626
* [**Keyword search**](elasticsearch://reference/elasticsearch/mapping-reference/keyword.md): Search for exact matches using `keyword` fields.
@@ -172,4 +172,4 @@ Scores calculated for queries in query context are represented as single precisi
172172

173173
::::{tip}
174174
Use query clauses in query context for conditions which should affect the score of matching documents (i.e. how well does the document match), and use all other query clauses in filter context.
175-
::::
175+
::::

0 commit comments

Comments
 (0)