File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
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
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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments