Skip to content

Commit acdc1c8

Browse files
authored
Merge pull request #100 from rachel-mack/dbx-jvm-searchoperators-format
[DBX] JVM SearchOperators helper methods tweaks
2 parents b6d8932 + 91725d4 commit acdc1c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dbx/jvm/atlas-search-operator-helpers.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The {+driver-short+} provides helper methods for the following operations:
44
:widths: 40 60
55
:header-rows: 1
66

7-
* - Operation
7+
* - Operator
88
- Description
99

1010
* - :atlas:`autocomplete </atlas-search/autocomplete/>`
@@ -66,10 +66,10 @@ Example Pipeline Search Stage
6666

6767
The following code creates a search stage for a pipeline with the following filters:
6868

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"``
7373

7474
|atlas-query-operators-example|
7575

0 commit comments

Comments
 (0)