Share your ideas with us
720 results found
-
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
-
Aggregation Suggestion
Hello,
I want to suggest some useful (for me) features.
I'm using aggregation heavily and I've some aggregation's pipeline with more than 20/30 stages.
It will be very useful in the pipeline summary to have a checkbox to enable and disable stages or to select multiple stages for deletion.
In the save pipeline button, after the first save, if accidentally you press the save button instead the down arrow for save as, the previously snipped is overwritten without an alert.
Thank you for your attention and for the great work on Studio3T.
Best regards
Enrico0 votes -
Allow periods (.) in keys
MongoDB allows periods in document keys since v3.6 but Studio 3T throws and error if I try to do this. Please fix
0 votes -
Find and replace in script editor
There is no find and replace in the script editor.
0 votes
- Don't see your idea?