Share your ideas with us
-
1 vote
-
[Bug] In aggregate window, I cannot use " * " character in pipeline stage
[Bug] In aggregate window, I cannot use * in some command. E.g $project:{
hkDate: {
$dateToString:{ format: "%Y-%m-%d", date: {$add:['$lastUpdate',10006060*8] }
}
}1 vote -
Support unsecure SSH tunnels (ignore invalid keys etc.)
Please support this via a e.g. checkbox
I assume that most of your users are using an SSH tunnel and this is very important for us.1 vote -
Schedule custom queries
As a database admin I would like to be able to schedule custom queries to run that are not just imports, exports, migrations, or data compares. This will allow me to run basic queries without having to set up and run middleware services.
1 vote -
to show a message when the find reaches end in output tab
Whenever searching using (Ctrl + F) for a string in output tab or say any other tab, it would be really helpful to see a message indicating the end has reached and there are no more similar matches.
1 vote -
Eliminate the red banners with upsells
I've set "Don't show me this crap again", but the messages pop up again and again. I've paid for my license, stop trying to sell me crap!
1 vote -
Allow data entry of value to include special characters and new paragraph
JSON format documents require \n for new paragraph and // when using adding special characters. If Edit Value in MongoChef would allow you to enter string information much like CDATA in XML then SET VALUE should add in the relevant codes required by JSON document when it writes. When viewing and editing the value, the codes should disappear and it should simply show special characters and carriage returns.
This would be a good solution to edit content for on-line products in a product catalogue, for example.1 vote -
Add aggregation stage templates
Add the ability to change the default text of each aggregation stage (and reset to the built-in one).
I would like to be able to, for example, change the default $lookup text so that the string values don't contain spaces (e.g. localField: "fieldfromtheinputdocuments" instead of localField: "<field from the input documents>") so that I can double click to select the entire content of the string, instead of having to delete by hand.
I think that creating templates, instead of just changing the $lookup default, might be a more powerful option.
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 -
limit time
Hi there,
It would be nice if I can limit the query execution time to my query like this before launching the query.https://docs.mongodb.com/v3.0/reference/operator/meta/maxTimeMS/
1 vote -
add support for VIM key bindings
It would be really useful to be able to write and edit Mongo queries in the IntelliShell using VIM key bindings
1 vote -
Document JSON editor - change json format
When in the editor, the json format defaults to mongo shell format for the JSON, i.e. retaining 'NumberInt(10)' instead of '10'.
This can make editing the json, especially if copying from spreadsheets, really fiddly. I'd like to be able to toggle to simple format
In fact when I need to do this, I use robo 3T instead.
1 vote -
Annoying update prompt blocking app launch
Almost every time I try to open the app it blocks the launch and prompts me to update. The prompt window cannot be accessed except via alt + tab keyboard shortcuts often. This is extremely annoying. Just launch to app and prompt me afterward. Very poor user experience design.
1 vote -
Add a feature to pause long running Operations
When I'm running a long running operation sometimes I have to go home, so I have to abort and start over in the morning. It would be nice to pause, and continue later.
1 vote -
export and import task migration
please add fetures for export and import task for save in local drive in my computer
1 vote -
sql query can not check array methods properly
I'm not able to check if an array element contains two attributes that match a certain condtion.
If I have a document with an array of elements, where each element has two attributes I only want to select documents that have an element wich has attribute1 = a and attribute 2 = b. The current query matches any element having that value. I know how to query that in mongo shell but I can not do it in SQL with the current syntax.
1 vote -
Studio 3T takes more RAM when running through Rosetta
I am using new macbook pro with M1 processor. The Studio 3T is running well through Rosetta, But I could see the RAM usage looks very high for just 2 database connections and 5 tabs opened.
It takes almost 4GB RAM for few opened tabs and two db connections.
Is this because of Rosetta or something else?
BTW, I hopefully waiting for native version 3T for M1 processors.1 vote -
Multiple Document Windows
Seems kind of basic but I'd like to be able to open views on documents in multiple windows modelessly.
1 vote -
Save window size, position and tab widths for the connection manager
I have hundreds of databases and the names are long. Every time I start Studio 3T I have to stretch the connection manager window wider, then stretch the name tab wider, then stretch the window taller in order for it to be usable. I'm so sick of doing that. Please make those changes persist.
1 vote -
Adjust theme for dark mode
I need a way to adjust colors for dark mode. The current background color is simply too light. I've seen other suggestions asking for robust theme support, but lacking that just adjusting the background color for dark mode is required. Something like #1A1D21 would be ideal, but #2F2F2F would be the brightest I would suggest.
Being able to adjust other colors would be great, but at the very least we need to make that background darker.
1 vote
- Don't see your idea?