Skip to content

Commit 041dced

Browse files
authored
DOCSP-45803: atlas search queries null & guid values (#582)
1 parent a2d0029 commit 041dced

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

source/fundamentals/atlas-search.txt

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ categorizes data in a searchable format.
7373
To 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+
7678
Atlas Search Operators and Collectors
7779
-------------------------------------
7880

source/whats-new.txt

+10
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)