Share your ideas with us
-
Keep cursor in query text box
When analyzing data, I tend to type in a query, and hit 'Enter' to run the query. I often glance at the results and want to refine further. It would be nice if the cursor would stay in the query (or projection, sort, etc.) textbox when hitting enter instead of switching focus to the result window.
1 vote -
Javascript promises in studio 3T
It would be helpful to introduce javascript promises in studio 3T shell if possible. This will be very helpful when doing backfills with some data checks
1 vote -
Preselect "Data" when change Binary type (GUID/UUID) filter
When pressing "..." to edit a binary field (GUID/UUID) filter, Focus should be on "Data"-textbox and preferably Selected,as the most common use-case is to "Paste" an ID here to search from.
1 vote -
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 -
Track active tab in collection viewer
Just as visual studio allows you to track the active item in Solution Explorer, it would be nice if Studio 3T could track the active collection. A few times, I've clicked on a tab ... look at the contents of the query and then think ok I can clear this collection and then I almost clear the wrong collection because I forget the highlighted collection in the collection viewer is not the same as my active tab.
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 -
let us edit a date in the query builder.
Right now when we use a date field in the query builder it is not possible to change the date.
We must change it in the query text field on top.
But if we make a change in the query builder, the edit we did in the top bar is lost.
Very annoying.1 vote -
Breadcrumbs on the header of "Collection Tab" or "IntelliShell" must be highlightable and copyable.
Breadcrumbs that lead up to a host:port > database > collection on the headers of "Collection Tab" or "IntelliShell" must be copyable.
3 votes -
Intellishell on the attributes in the embedded documents
Currently when try to do intellishell, it prompts the feilds only at the top level, say lines.Something will pop but when we do lines.dicount.nothing willpop
1 vote -
1 vote
-
Use proxy settings for IntelliShell
If the database connection has a proxy setup IntelliShell does not use the same proxy and therefore fails to connect.
9 votes -
Add checkbox in settings to disable autcomplete
It's very slow, makes IntelliShell unusably laggy, and also I don't really need it.
1 vote -
Task Scheduling - not for Enterprise
Come on guys, since when scheduling is a task for Enterprise ?
Please bring that to Core tier as well.Core tier is expensive enough to justify the scheduling anyway.And tasks could use a bit us usability improvement ...
1 vote -
Double click in explain tab in aggregation view
Hello,
When using the explain tab in the aggregation editor I suggest that double-clicking a box opens "View original JSON fragment" instead of "What's this?". What's this is really only interesting one time but I frequently want to open the JSON fragment.
Best regards
Mattias Ekberg1 vote -
Add Query Code generation for Go
Almost all the official language drivers are supported, please add Go! :)
3 votes -
sort index by name option in ui
currently the indexes per collection are sorted in the order how they were created in mongodb (default).
I've a big collection with about 25 indexes and it's super hard to keep track if I forgot to create an index or to find a specific one if I want to modify it. Should be an easy thing to offer a right-click option to sort them by name - or sort them by name default.
3 votes -
change "format code" to properly indent for projections
When I use the new format code (ctrl-Alt-L) to format for projections, each field is indented more than the next. In my opinion, these should all have the same indentation level:
This:
{"When" : 1.0,
"TestbedMoniker" : 1.0,
"code" : 1.0,
"LastUpdate" : 1.0,
"S_RUNSTAT_NO" : 1.0,
"EM_GEM13" : 1.0,
"UUTState" : 1.0}
Not this:
{"When" : 1.0,
"TestbedMoniker" : 1.0,
"code" : 1.0,
"LastUpdate" : 1.0,
"S_RUNSTAT_NO" : 1.0,
"EM_GEM13" : 1.0,
"UUTState" : 1.0}
1 vote -
Add parameters to tasks
It would be great to be able to set parameters on tasks that can be used in the filters, then when you execute or schedule them you would be prompted for the parameter(s)
11 votes -
SQL - Mongo Migration Task export
Having a migration task mapping in a computer with studio 3T is great until the owner leaves on vacation or the computer fails. When critical company's commitments rely on that migration task mapping then it must be possible to export and import it into a different studio 3T license.
4 votes -
move a query from the query bar to the visual editor
I wanted to be able to move a query from the query bar to the visual editor to make changes. If you are looking for new features I think that would be a great one.
Request from Customer
1 vote
- Don't see your idea?