File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ a collection:
100
100
:dedent:
101
101
102
102
To learn more about the ``countDocuments()`` method, see the
103
- :ref:`php-accurate- count` section in the Count Documents guide.
103
+ :ref:`php-count-all ` section in the Count Documents guide.
104
104
105
105
Count Documents Returned from a Query
106
106
-------------------------------------
@@ -115,7 +115,7 @@ that match the specified criteria:
115
115
:dedent:
116
116
117
117
To learn more about the ``countDocuments()`` method, see the
118
- :ref:`php-accurate- count` section in the Count Documents guide.
118
+ :ref:`php-count-specific ` section in the Count Documents guide.
119
119
120
120
Estimated Document Count
121
121
------------------------
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ pass a query filter to the ``countDocuments()`` method.
58
58
59
59
To learn more about specifying a query, see the :ref:`php-specify-query` guide.
60
60
61
+ .. _php-count-all:
62
+
61
63
Count All Documents
62
64
~~~~~~~~~~~~~~~~~~~
63
65
@@ -78,6 +80,8 @@ the ``countDocuments()`` method, as shown in the following example:
78
80
79
81
Number of documents: 9500
80
82
83
+ .. _php-count-specific:
84
+
81
85
Count Specific Documents
82
86
~~~~~~~~~~~~~~~~~~~~~~~~
83
87
You can’t perform that action at this time.
0 commit comments