Share your ideas with us
726 results found
-
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 -
Switch back to tab you were on when closing another; not to the tab left of the one you closed.
Remember the tabs that you were on previously. So when you switch to a tab, just to check and close it, you want to return to the previous tab you were working on.
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 -
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 -
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.
1 vote -
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
-
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 -
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.
1 vote -
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,
"SRUNSTATNO" : 1.0,
"EMGEM13" : 1.0,
"UUTState" : 1.0
}
Not this:
{
"When" : 1.0,
"TestbedMoniker" : 1.0,
"code" : 1.0,
"LastUpdate" : 1.0,
"SRUNSTATNO" : 1.0,
"EMGEM13" : 1.0,
"UUTState" : 1.0
}1 vote -
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 -
Improve code formatting in the aggregation editor
The current "Format code" command apparently just removed white space.
I would like to have the json split into multiple lines and indented to improve readability.
This is especially needed for large "$facet" expressions.1 vote -
Interpret Integer values in JSON as Integer
I love the functionality of 3T, but inserting a JSON with Integers in it is potentially dangerous. We have an application that instantly grabs new documents and it can't cope with floats. But all numbers in a JSON are converted to float unless they are explicitely marked as Integer. I know that this request is not new and that the problem originates in JavaScript (found case from 2014). Maybe something can be changed now that 6 years have passed.
1 vote -
Customize Keyboard
Hello,
I'm emacs fun. I would like to customize shortcuts with emacs / vim or customize. If not change, you might provide MacOS short cut like CTRL-B (move cursor back) CTRL-F (move cursor forward) or CTRL-N (move cursor end)
1 vote -
When I use "BSON Archive Import" function, I need some option to change the db name
When I use "BSON Archive Import" function, I need some option to change the db name.
ex) original db name = abc, the restored db name = def1 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 -
revoke licences
I like to be able to revoke licences from from my licence page. I upgraded my laptop from Ubuntu 14 to 16 and forgot to remove my licence , while my second machine was on windows.
This meant i had to contact support to get my licences back.
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?