I use both robomongo and rockmongo as clients for mongo dbs.. suppose I got a collection called Drivers, then searching by id is quite easy:
db.Driver.find({_id:ObjectId('51118447b38639a960000002')})
I recently installed a mongo plugin for Php Storm, however I couldn't figure out how to search for a document by id.. the above query fails:
Ideas?