File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ categorizes data in a searchable format.
7373To learn how to create an Atlas Search Index see the
7474:atlas:`Create an Atlas Search Index </atlas-search/create-index>` Atlas guide.
7575
76+ .. _csharp-atlas-search-operators:
77+
7678Atlas Search Operators and Collectors
7779-------------------------------------
7880
Original file line number Diff line number Diff line change @@ -138,6 +138,16 @@ The 3.1 driver release includes the following new features:
138138 builders for the ``equals`` operator. To learn more about using Atlas Search with the
139139 {+driver-short+}, see :ref:`csharp-atlas-search`.
140140
141+ - Adds support for the following Atlas Search queries:
142+
143+ - Using the ``Equals()`` operator method on ``null`` and ``Guid`` values
144+
145+ - Using the ``In()`` operator method on ``Guid`` values
146+
147+ To learn more about these methods, see the
148+ :ref:`csharp-atlas-search-operators` section of the Atlas Search
149+ guide.
150+
141151- Adds support for sequential pagination in Atlas Search.
142152
143153- Adds support for valid SRV hostnames with fewer than 3 parts.
You can’t perform that action at this time.
0 commit comments