mongotron icon indicating copy to clipboard operation
mongotron copied to clipboard

count() is not a function

Open web707172 opened this issue 8 years ago • 1 comments

db.region.find({dmId:{$gt:3}}).count() error message Error : db.region.find(...).count is not a function TypeError: db.region.find(...).count is not a function at evalmachine.:1:32 at ContextifyScript.Script.runInNewContext (vm.js:18:15) at

web707172 avatar Nov 14 '16 09:11 web707172

I'd add db.collection.remove to this: remove is not a function at evalmachine.:1:12 at ContextifyScript.Script.runInNewContext (vm.js:18:15)

apisurfer avatar Mar 13 '17 09:03 apisurfer