Skip to content

Commit 8668358

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

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

source/fundamentals/atlas-search.txt

Lines changed: 3 additions & 1 deletion
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
7779
----------------------
7880

@@ -788,4 +790,4 @@ The search returns the following document:
788790
.. tip::
789791

790792
To learn more about Atlas Search pagination, see :atlas:`Paginate the Results </atlas-search/paginate-results/>`
791-
in the Atlas documentation.
793+
in the Atlas documentation.

source/whats-new.txt

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

52+
- Adds support for the following Atlas Search queries:
53+
54+
- Using the ``Equals()`` operator method on ``null`` and ``Guid`` values
55+
56+
- Using the ``In()`` operator method on ``Guid`` values
57+
58+
To learn more about these methods, see the
59+
:ref:`csharp-atlas-search-operators` section of the Atlas Search
60+
guide.
61+
5262
- Adds support for sequential pagination in Atlas Search.
5363

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

0 commit comments

Comments
 (0)