File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
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 and Collectors
77
79
-------------------------------------
78
80
Original file line number Diff line number Diff line change @@ -138,6 +138,16 @@ The 3.1 driver release includes the following new features:
138
138
builders for the ``equals`` operator. To learn more about using Atlas Search with the
139
139
{+driver-short+}, see :ref:`csharp-atlas-search`.
140
140
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
+
141
151
- Adds support for sequential pagination in Atlas Search.
142
152
143
153
- Adds support for valid SRV hostnames with fewer than 3 parts.
You can’t perform that action at this time.
0 commit comments