Skip to content

Commit 9926cc7

Browse files
committed
DOCSP-45803: atlas search queries null & guid values (#582)
(cherry picked from commit 041dced)
1 parent 9d2e5f5 commit 9926cc7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

source/fundamentals/atlas-search.txt

Lines changed: 2 additions & 0 deletions
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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ The 3.1 driver release includes the following new features:
8787
builders for the ``equals`` operator. To learn more about using Atlas Search with the
8888
{+driver-short+}, see :ref:`csharp-atlas-search`.
8989

90+
- Adds support for the following Atlas Search queries:
91+
92+
- Using the ``Equals()`` operator method on ``null`` and ``Guid`` values
93+
94+
- Using the ``In()`` operator method on ``Guid`` values
95+
96+
To learn more about these methods, see the
97+
:ref:`csharp-atlas-search-operators` section of the Atlas Search
98+
guide.
99+
90100
- Adds support for sequential pagination in Atlas Search.
91101

92102
- Adds support for valid SRV hostnames with fewer than 3 parts.

0 commit comments

Comments
 (0)