Skip to content

Commit 10c676c

Browse files
committed
get rid of old commit work
1 parent b9618ef commit 10c676c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

source/old-content/reference/aggregation.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,6 @@ find the total number of documents which have the exact array
9898

9999
count = coll.count({ 'categories' => [ 'Chinese', 'Seafood' ] })
100100

101-
.. note::
102-
103-
The ``count`` method is not the same as the ``countDocuments``
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 MongoDB Server manual.
108-
109101
Distinct
110102
~~~~~~~~
111103

0 commit comments

Comments
 (0)