diff --git a/reference/mongo/mongocollection/count.xml b/reference/mongo/mongocollection/count.xml index 83a41a98f1..65ade1f77c 100644 --- a/reference/mongo/mongocollection/count.xml +++ b/reference/mongo/mongocollection/count.xml @@ -11,7 +11,9 @@ &reftitle.description; public intMongoCollection::count - mixedqueryarray() + arrayqueryarray() + intlimit0 + intskip0 @@ -25,7 +27,27 @@ - Array or object with fields to match. + Associative array or object with fields to match. + + + + + + limit + + + + Specifies an upper limit to the number returned. + + + + + + skip + + + + Specifies a number of results to skip before starting the count. diff --git a/reference/mongo/mongocursor/count.xml b/reference/mongo/mongocursor/count.xml index bf63c7942f..a2a61ea1b5 100644 --- a/reference/mongo/mongocursor/count.xml +++ b/reference/mongo/mongocursor/count.xml @@ -11,7 +11,7 @@ &reftitle.description; public intMongoCursor::count - booleanall&false; + booleanfoundOnly&false; @@ -20,7 +20,7 @@ - all + foundOnly