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.
277
277
- ``query ``: The argument is the search term or phrase.
278
278
- ``fuzzy ``: A dictionary of fuzzy matching options, such as
279
279
``{"maxEdits": 1} ``.
280
+ - ``match_criteria ``: Whether to match ``"all" `` or ``"any" `` terms (defaults
281
+ to Atlas Search behavior).
280
282
- ``synonyms ``: The name of a synonym mapping defined in your Atlas index.
281
283
- ``score ``: A :class: `SearchScoreOption ` to tune the relevance score.
282
284
@@ -288,8 +290,8 @@ criteria, and synonym mappings.
288
290
Matches strings using wildcard patterns.
289
291
290
292
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.
293
295
294
296
.. code-block :: pycon
295
297
You can’t perform that action at this time.
0 commit comments