Changing the IntelliShell Default
I generally use the IntelliShell (as opposed to the Collection view); and I've always wondered why the default just:
db.COLLECTION.find({})
I almost alway end up typing db.COLLECTION.find({}).sort({'_id':-1}). I wish I could have this as a default instead!
2
votes
Selwyn-Lloyd McPherson
shared this idea
-
Kris Sugiarto commented
This is super important to have a default order. Usually, I saved all my queries in a file. But still, this option will be super helpful.