File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The {+driver-short+} provides helper methods for the following operations:
4
4
:widths: 40 60
5
5
:header-rows: 1
6
6
7
- * - Operation
7
+ * - Operator
8
8
- Description
9
9
10
10
* - :atlas: `autocomplete </atlas-search/autocomplete/> `
@@ -66,10 +66,10 @@ Example Pipeline Search Stage
66
66
67
67
The following code creates a search stage for a pipeline with the following filters:
68
68
69
- - Movies in the drama genre
70
- - Movies that include Sylvester Stallone in the cast, accounting for possible misspellings
71
- - Movies made between 1980 and 1989, inclusive
72
- - Movies with titles that begin with the word ``"Rocky" ``
69
+ - Movies with `` "drama" `` in the `` "genres" `` array
70
+ - Movies that include `` "sylvester stallone" `` in the `` " cast" `` array , accounting for possible misspellings
71
+ - Movies with a `` "year" `` between `` 1980 `` and `` 1989 `` , inclusive
72
+ - Movies with a `` "title" `` that begins with the word ``"Rocky" ``
73
73
74
74
|atlas-query-operators-example |
75
75
You can’t perform that action at this time.
0 commit comments