TylerBrock / mongo-hacker

MongoDB Shell Enhancements for Hackers
tylerbrock.github.io/mongo-hacker
MIT License
1.79k stars 235 forks source link

TypeError: result.queryPlanner is undefined #159

Closed jsherard closed 5 years ago

jsherard commented 8 years ago

i get the following error when running a query using mongohacker:

JSHERARD-12282m(mongod-3.2.3) test> db.foo.find({_id:0})
{
  "_id": 0,
  "x": 0
}
TypeError: result.queryPlanner is undefined
TylerBrock commented 8 years ago

Hey @jsherard thanks for reporting the problem, I'm sorry you are having trouble. Can you give me more info about the version of mongodb you are running?

jsherard commented 8 years ago

mongod-3.2.3

stennie commented 5 years ago

Closing old issue. I can't reproduce this in a modern version of MongoDB (3.4+).