Skip to content

Commit 09cffc1

Browse files
committed
Fix docs.
1 parent 4897344 commit 09cffc1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/ref/models/search.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ criteria, and synonym mappings.
277277
- ``query``: The argument is the search term or phrase.
278278
- ``fuzzy``: A dictionary of fuzzy matching options, such as
279279
``{"maxEdits": 1}``.
280+
- ``match_criteria``: Whether to match ``"all"`` or ``"any"`` terms (defaults
281+
to Atlas Search behavior).
280282
- ``synonyms``: The name of a synonym mapping defined in your Atlas index.
281283
- ``score``: A :class:`SearchScoreOption` to tune the relevance score.
282284

@@ -288,8 +290,8 @@ criteria, and synonym mappings.
288290
Matches strings using wildcard patterns.
289291

290292
Uses the :doc:`wildcard operator <atlas:atlas-search/wildcard>` to search for
291-
terms matching a pattern with ``*`` (any sequence of characters) and ``?``
292-
(any single character) wildcards.
293+
terms matching a pattern with ``*`` (any sequence of characters) and ``?`` (any
294+
single character) wildcards.
293295

294296
.. code-block:: pycon
295297

0 commit comments

Comments
 (0)