Skip to content

Commit 0d01315

Browse files
Punctuation
Co-authored-by: Liam Thompson <[email protected]>
1 parent e600655 commit 0d01315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-languages/query-dsl/query-dsl-bool-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GET /_search
9595

9696
2. Matches in the `should` clauses are optional. They will only boost the relevance scores of documents that already match the required `must` criteria and don't add new documents to the result set. It is semantically equivalent to (status="active" AND title="quick brown fox")
9797

98-
You can use the `minimum_should_match` parameter to require matches from the `should` clauses
98+
You can use the `minimum_should_match` parameter to require matches from the `should` clauses.
9999

100100
::::{note}
101101
While nesting `bool` queries can be powerful, it can also lead to complex and slow queries. Try to keep your queries as flat as possible for the best performance.

0 commit comments

Comments
 (0)