Share your ideas with us
-
Apple Silicon Support
Provide build able to run natively on macOS ARM/M1 (native JDK).
15 votesWe are working on this and are currently waiting for some 3rd party library dependencies to be resolved for Apple’s M1 chipset. We are looking to release a native M1 build as soon as possible.
In the meantime, please make sure to download Rosetta. We have tested Studio 3T extensively via Rosetta and it should run without limitations. -
Please, add a ready to use "SEARCH BY ID" field
It's a such common task that for now requires typing "{ "id": ObjectId("5f833f044443f40c1b6c1179") }" or requires opening the Query Builder, then drag'n drop the id field, then paste the searched ID, and finally run the query.
Thanks in advance
12 votes -
Follow reference shortcut
I use the "follow reference" action quite intensively and it's one of the very few actions without a shortcut.
That would be a huge productivity boost given my dataset.
Thanks!
1 voteThis will be released with 2021.1
-
show aggregate stage in tab label
In the Aggregation editor it shows Stage 1 to Stage n.
I have an aggregation pipeline consisting of 13 stages (and more are coming). Navigating back en forth is trail and error, or I need to open the Pipeline overview tab.
Why not add the filter type ($match, $addFields, $group, $project etc) IN the tab? Makes navigating much more intuitive.
Great product, loving it!
1 vote -
configurable execution time format
I think a recent update changed the execution time displayed in the lower-right of the window from milliseconds to what appears to be hh:mm:ss, which is helpful for longer-running queries but not great for anything under 1 second for fine-tuning. Hovering over the time gets me that data, but I'd love to be able to configure it to be one or the other, or even show ms if under 1 second.
1 vote -
Be able to work in two+ JSON editor windows simultaneously
Currently it is only possible to open a single editor on one document, or to view one document and edit another, but it is not possible to copy json from the viewer window to the editor.
It would be incredibly useful to be able to work with 2+ editor/viewer windows at the same time.
Currently we must copy a document into another editor, like VSCode, to be able to copy sections into a Studio3T editor window or to work on two or more documents at the same time.
1 vote -
Using SQL reserved keywords in MongoDB SQL
Suppose I have a collection named 'group'. Currently, I am unable to execute a SQL query on this collection as this is a reserved keyword in SQL and, though, manipulations like using ['group'] in SQL query don't throw any error, no result is fetched either
1 voteHi, we’ve created a ticket for this.
Meanwhile, we can help you to continue your work.
for that particular case, the following sql query should work:select *
from [group]; -
Include $merge stage in aggregation pipeline screen
Current release does not have the $merge stage in pipeline combobox.
It would be nice to have it and a mock-up set, like in $lookup
8 votes -
Visual Query Builder Import feature
It would be better if we can copy filters from query build and paste in another tab. As of now we have copy feature, its better to have paste also
4 votesThanks a lot for suggesting this. We plan to introduce this in an upcoming release of Studio 3T, currently scheduled for 2019.4.
-
Allow to edit multiple documents as JSON
When editing a document as JSON (ctrl+J), it is a modal window, and we can't do anything else on mongo while this window is open.
Moving to an another document to make some copy/paste, or view data on other documents while editing the first one will be great.9 votes -
Search by ID without wrapping it in ObjectId()
In mongoChef when I want to filter documents by id I have to wrap it in search input into ObjectId
9 votes -
[BUG] CN for x.509 connections
I don't think maybe when you upgraded your SSL as referenced in this post (https://studio3t.com/whats-new/ssl-protocol-security-upgrade/) you didn't catch all the edges.
I can't get newer versions of 3t client to connect to a replica set via x.509. Even with "allow invalid hostnames" checked. The "discovered" entries for the replica set are contained in the SAN part of the cert presented by each node. Mongo v3.4, same URI and certs connect just fine with older MongoChef 3.6. Happy to send along the certs and connection uri.
1 voteHi Anon, would you be able to send an email to our support AT Studio3t.com address so that we can look into this further for you? Are you still encountering the same issue? Let us know!
-
Native Apple M1 support
Apple M1 devices are out for several months now. A native M1 support would be highly appreciated
3 votesWe are working on this and are currently waiting for some 3rd party library dependencies to be resolved for Apple’s M1 chipset. We are looking to release a native M1 build as soon as possible.
In the meantime, please make sure to download Rosetta. We have tested Studio 3T extensively via Rosetta and it should run without limitations.
- Don't see your idea?