Share your ideas with us
723 results found
-
Fast preview of collection statistics
There are a lot of metrics for each collection ("staticstics" option). But it may be handful to show some most important stats (such as document count, size) for each collection in "runtime", without clicking "statistics" option. For example, Robomongo shows it on hover event.
1 vote -
1 vote
-
Integrated query preview for update/delete
MongoVue integrates a preview option with its update and remove tabs. This is beneficial because, if you change your mind, you can alter your query and see the results without losing or accidentally deleting anything or want to do anything else.
1 vote -
1 vote
-
Bug: db.getCollection(‘CollectionName').find({}) doesn't display Id under "Key" column
An alternative way of writing:
db.CollectionName.find({})
1 vote -
Print(object) doesn't work as expected
When executing javascript through the intellishell and printing an object, it just displays [object] rather than the entire object like Robomongo. See code example below:
db.CollectionName.find().forEach(function(doc){
print(doc);
});1 vote -
Change connection of the current tab
We have a lot of databases with the same definition. It would be great to be able to change the current connection of the tab to make the same request on a different database without having to open a new tab paste the query, ..
1 vote -
Create the ability to run a script against serveral servers at the same time
The scenario is running a script to create a user on several test servers. It would be nice to be able to run a script on multiple servers at the same time.
1 vote -
Only show the "Remove Document..." option in the right-click menu if the right-click is on the root level of the document
If I right-click on an array element that is nested deep within a document with the intention of deleting it, it is easy to accidentally click "Remove Document" instead of "Remove Element". Then the entire document is deleted, and there is not an easy recovery option in MongoDB except to restore from backup. Only showing "Remove Element" when I right-click on an element would help to stop this. Not sure how difficult it would be to change this, but if it's a simple fix then it would sure save a lot of headache when your users make a mistake (as…
1 vote -
BUG: Jumping when copieing collections
When i copy paste collections the lists jumps up then i dont know what the last collection is that i coppied.
osx: 10.10.4
mc: 2.0.101 vote -
Chocolatey NuGet package
We automate all dev station installs using Chocolatey NuGet packages. It makes it easier to make sure all dev stations are setup the same.
1 vote -
table view
In table view it will be much more convenient to view if you will mark the headline in gray and add horizontal and vertical fine lines between lines and fields.
1 vote -
aggregation status line
In aggregation query add status line when query is in process like in find query
1 vote -
MongoChef: Show "Follow reference" option for other types than ObjectId.
_id
can be of any type, except array: http://docs.mongodb.org/manual/core/document/#field-names1 vote -
Real time graphical show and queries editing?
May be it's ridicule but can I watch the changes on real time? event I can edit graphically fields and collections
1 vote -
on Mac os X Yosetime, when quitting while query is waiting for response from server mongochef stalls
and must be force quit.
Ideal behaviour: notify user that query is still running, ask whether is should be canceled and then quit or don't quit accordingly.
PS this software rocks. :)
1 vote -
1 vote
-
in Table View delete a row with CMD-X of any left-hand-friendly shortcut
The best would be CMD-D but it is already bound to Add Document
The current shortcut to delete a document (shift-alt-backspace) cannot be executed with left hand only.1 vote -
Select tabs with CMD-1, CMD-2, CMD-3.... on OSX
Select tabs with CMD-1, CMD-2, CMD-3.... on OSX
1 vote -
1 vote
- Don't see your idea?