diff --git a/explore-analyze/query-filter/languages/querydsl.md b/explore-analyze/query-filter/languages/querydsl.md index 6cebbb3c24..47f97da721 100644 --- a/explore-analyze/query-filter/languages/querydsl.md +++ b/explore-analyze/query-filter/languages/querydsl.md @@ -20,7 +20,7 @@ The [`_search` endpoint](../../../solutions/search/querying-for-search.md) accep ### Search and filter with Query DSL [search-analyze-query-dsl-search-filter] -Query DSL support a wide range of search techniques, including the following: +Query DSL supports a wide range of search techniques, including the following: * [**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. * [**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 ::::{tip} 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. -:::: \ No newline at end of file +::::