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.
73
73
To learn how to create an Atlas Search Index see the
74
74
:atlas:`Create an Atlas Search Index </atlas-search/create-index>` Atlas guide.
75
75
76
+ .. _csharp-atlas-search-operators:
77
+
76
78
Atlas Search Operators
77
79
----------------------
78
80
@@ -788,4 +790,4 @@ The search returns the following document:
788
790
.. tip::
789
791
790
792
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:
49
49
builders for the ``equals`` operator. To learn more about using Atlas Search with the
50
50
{+driver-short+}, see :ref:`csharp-atlas-search`.
51
51
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
+
52
62
- Adds support for sequential pagination in Atlas Search.
53
63
54
64
- Adds support for valid SRV hostnames with fewer than 3 parts.
You can’t perform that action at this time.
0 commit comments