Share your ideas with us
712 results found
-
do studio 3t support mongodb 3.6?
do studio 3t support mongodb 3.6?
1 vote -
Add inverted table view
Table view is great except when you have a lot of columns (fields) and want to view all of them for just a few documents. What if you could have an inverted table view that swapped rows with columns so each document is displayed as a column and the fields displayed as rows?
1 vote -
[Bug] - querying by date in the normal view.
in the query builder view i have this in my query:
{CreatedDate: {$gte: new Date(2017,11,1)}}
No data gets returned, I couldn't figure it out, until I went to the Query Code tab, and this is the raw query:
use qe-metrics;
db.remedyforce_incident.find({
"CreatedDate" : {
"$gte" : ISODate("2017-11-01T05:00:00.000+0000")
}
});you changed month 10 to 11... and seeing that it is not November yet, well, not records. Not sure why you are changing the month.
Thanks
2 votes -
2 votes
-
Make the editors for the Collection query and the Aggregate Pipeline more fully-featured
At a minimum, the editors for the Collection query and Aggregate Pipeline stages should support Find and Replace, ideally with regex support. This is helpful in many ways: copying the results of one query to be a $in or $nin for another (but you need to insert commas and quotation marks!), changing "value" to /value/ en masse, or just when you realize you've made an error in multiple places.
Ideally, for Aggregate Pipeline you'd be able to search all the pipeline stages, so if you change "2017" to "2018", you can do it throughout the pipeline.
1 vote -
vagrant, docker
How to connect to mongo inside a Vagrant or Docker,
this I could not find in your documentation,
I have googled all over the web, in Vagrant website, in slack, in anything that google shows, and for some reason I cannot get it to work.
I have tried to use "forwared_ports" for vagrant normal, or tcp and udp, and still no connection.
the only thing that I could use was using SSH connection,
I would be very good to have a post here about how to accomplish this.1 vote -
Auto connect to Mongodb instance
It would be nice to have an auto connect to a saved connection when launching Studio 3T.
3 votes -
1 vote
-
Add F2 keyboard shortcut to rename selected collection
Pressing F2 should bring up the rename collection dialog
2 votes -
Line Breaks in Result View
Scrolling horizontally in the result window is annoying. I would like to have line breaks in the result view!
1 vote -
Support encrypted keypair
Currently, if you try to use an ed25519 key that has a password, you get the following error:
SSH Tunnel error: I/O error: Cannot read encrypted keypair with aes256-cbc yet.
Stacktrace:
|/ SSH Tunnel error: I/O error: Cannot read encrypted keypair with aes256-cbc yet.
|___/ I/O error: Cannot read encrypted keypair with aes256-cbc yet.It would be great if we could both use both modern ECC and not be required to store our keys insecurely
1 vote -
Query Code (Node.js)
My idea is half question, half suggestion.
First, what version of Node.js is being used in the query code part?
Second, could you make the version more visible/allow the users to choose a specific version of Node?Thanks!
1 vote -
Mulitinsert
In Robomongo is this feature possible. i can insert multible documents. please add this to studio3t
1 vote -
Update the icon in the application
This version and the previous version does not show an icon in the taskbar anymore. It's now a kind of empty form
1 vote -
Include "Allow invalid hostnames" option in export/import of uri
The "to" or "export" of a uri does not include the "Allow invalid hostnames" option that I have checked under SSL.
It may need to be a 3T extension, or you could use the Java driver option of sslInvalidHostNameAllowed=true.1 vote -
Allow the window expand button to work on the view window
Currently this only works on the edit window, meaning that I have to drag the edges of the view window to see everything sometimes. Can we get the two windows consistent?
Thanks
1 vote -
Extend the tab collection to work in rows
As per visual studio, it's actually quite inconvenient to have to cycle through tabs to find the last one you were working on. If you could stagger them when the next tab fails to fit on the row, exactly like Visual Studio, that would be massively helpful.
1 vote -
application update
Please transfer my license automatically when I have updated application
1 vote -
Bug: search box show after connecting database
if there is 'search' in collection's name,the search box will open after connecting database.maybe the word 'search' cause this bug.
1 vote -
1 vote
- Don't see your idea?