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 defdd4f commit 8aaed18Copy full SHA for 8aaed18
snooty.toml
@@ -1,4 +1,5 @@
1
name = "ruby-driver"
2
title = "Ruby MongoDB Driver"
3
+mdb-server = "MongoDB Server"
4
5
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
source/reference/aggregation.txt
@@ -104,7 +104,7 @@ find the total number of documents which have the exact array
104
method and may not support the same filters. ``countDocuments`` uses the
105
``$match`` stage of the aggregation pipeline to filter documents. To learn more
106
about limitations of the ``$match`` stage, see :manual:`$match Restrictions </reference/operator/aggregation/match/#restrictions>`
107
- in the MDB Server documentation.
+ in the {+mdb-server+} documentation.
108
109
Distinct
110
~~~~~~~~
0 commit comments