Share your ideas with us
711 results found
-
Import options - type for many fields
On "Target options" tab in the section "Import options" It should be possible to select many fields (e.g. using Ctrl) and update type for all of them at once.
1 vote -
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 -
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 -
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)
7 votes -
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 -
Add option to create an updatescript on target server in "Data compare and sync"
First: the Compare function is fantastic it save us already a lot of time.
When comparing databases you can sync the target database with the changes found.
It would be nice to have Studio 3T generate a mongo update script which would do the same as if you had clicked on the "Sync" button.
This way it would easy to generate update scripts for static content.
(Like the "SQL Data Compare" from Redgate)2 votes -
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.
3 votes -
Throttling data imports
We use CosmosDB and we would like to throttle our imports from Studio 3T so that we don't exceed our Max RU/s for our collections (resulting in a 429).
Ideally we could set a throttle rate on our imports that would have a specified amount of time between each document import or max number of imports per second etc.
If there's a way of achieving this already then that would be fantastic!
2 votes -
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 -
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.
2 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.
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 -
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.
2 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 -
Option to switch to smaller icons
The new icons in 2020.06. are HUGE!
The JSON view with the data now starts at the middle of the screen. Please allow an option to use smaller icons.
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 -
Mac OS Big Sur Support
Support MacOS 11
2 votes
- Don't see your idea?