File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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.
288290Matches strings using wildcard patterns.
289291
290292Uses 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
You can’t perform that action at this time.
0 commit comments