We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f41ab0 commit 7fb5768Copy full SHA for 7fb5768
source/fundamentals/builders.txt
@@ -116,6 +116,9 @@ their ``Season`` array:
116
var builder = Builders<Flower>.Filter;
117
var filter = builder.ElemMatch(f => f.Season, s => s == "Summer");
118
119
+To learn more about array operators, see the :manual:`Array Query Operators
120
+</reference/operator/query-array/>` guide in the {+mdb-server+} manual.
121
+
122
.. _csharp-builders-projection:
123
124
Create a Projection
0 commit comments