--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb
OOps I completely misread that question.
try:
db.getCollection("group").find()
On 13 July 2012 13:01, Sam Millman <[...]> wrote:
Group returns a single BSON object (document) with the results in. You filter out the results from the BSON document fields.
It is not a collection.
On 13 July 2012 12:47, Monty <[...]> wrote:
Trying to fetch some objects from my own collection "group" won't work.Executing "db.group.find()" in mongodb shell relays to the following return:Fri Jul 13 13:42:25 TypeError: db.group.find is not a function (shell):1I think, db.group is already used by mongodb.How should I use the group-collection?Thanks!Using: mongodb 2.0.6 x86_64 on archlinux
--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to