Skip to content

Commit df63d70

Browse files
committed
Edits
1 parent d6e2594 commit df63d70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/ref/models/search.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,11 @@ contribute to document matching and scoring.
430430
431431
**Arguments:**
432432

433-
- ``must``: List of expressions that **must** match.
434-
- ``must_not``: List of expressions that **must not** match.
435-
- ``should``: List of optional expressions that **should** match. These can
433+
- ``must``: A list of expressions that **must** match.
434+
- ``must_not``: A list of expressions that **must not** match.
435+
- ``should``: A list of optional expressions that **should** match. These can
436436
improve scoring.
437-
- ``filter``: List of expressions used for filtering without affecting
437+
- ``filter``: A list of expressions used for filtering without affecting
438438
relevance scoring.
439439
- ``minimum_should_match``: The minimum number of ``should`` clauses that must
440440
match.

0 commit comments

Comments
 (0)