Details
-
Task
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
Description
It looks like the 'special' version of $comment isn't supported with count. One thing you might do is just put $comment inside your query like an operator, which is also supported:
db.test.find(
{ msg:"Test message 10000", $comment:"a comment" });
Attachments
Issue Links
- documents
-
SERVER-7110 _addSpecial() flags not used by DBCollection.getCount() method eg collection.find()._addSpecial().count()
-
- Closed
-