Skip to content

[DBX] JVM SearchOperators helper methods tweaks #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions dbx/jvm/atlas-search-operator-helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The {+driver-short+} provides helper methods for the following operations:
:widths: 40 60
:header-rows: 1

* - Operation
* - Operator
- Description

* - :atlas:`autocomplete </atlas-search/autocomplete/>`
Expand Down Expand Up @@ -66,10 +66,10 @@ Example Pipeline Search Stage

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

- Movies in the drama genre
- Movies that include Sylvester Stallone in the cast, accounting for possible misspellings
- Movies made between 1980 and 1989, inclusive
- Movies with titles that begin with the word ``"Rocky"``
- Movies with ``"drama"`` in the ``"genres"`` array
- Movies that include ``"sylvester stallone"`` in the ``"cast"`` array, accounting for possible misspellings
- Movies with a ``"year"`` between ``1980`` and ``1989``, inclusive
- Movies with a ``"title"`` that begins with the word ``"Rocky"``

|atlas-query-operators-example|

Expand Down