agirbal / umongo

Desktop app to browse and administer your MongoDB cluster
http://www.edgytech.com/umongo/
580 stars 94 forks source link

Save queries per collection #72

Closed edfrench closed 11 years ago

edfrench commented 12 years ago

Currently the client saves the last query. However this is not very useful because each collection typically has different queries that would apply. it would be much better to save queries by collection - which would be much more useful. When you do a find, it would default to the last find for that specific collection - not the last find for any collection as it does now.

agirbal commented 11 years ago

Added a new feature "spawn" that will take care of this and more. You can now respawn any result window into its original dialog :)