Share your ideas with us
712 results found
-
relative date search
it would be nice to search by a relative date.... ie last 60 minutes, 1 day, 1 month
http://cloud.jsherard.com/be4ca869403e
{modifiedDate:{$gte:new Date(new Date() - 60 * 1000)}}
2 votes -
Have full explain support in aggregations
Why doesn't the explain tab on the aggergation reflect the actual explain() from Mongo? When I explain() an aggregation from the mongodb shell, the explanation is different than the one in the explain tab.
There is a greyed out box that says "Full explain is not available for aggregate queiries". Why is it not available?
1 vote -
Add contentType in metadata when using gridFS
Per the gridFS Spec https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst#design-rationale the contentType field is deprecated in favor of adding contentType as a value in metadata. I think this is a change that should be made to 3T when uploading files to a gridFS bucket.
1 vote -
Handle CosmosDB rate limiting
CosmosDB is Microsoft's "cloud" database on it's Azure platform. Cosmos supports "mongodb" clients and for the most part is entirely compatible with Studio 3T.
The issue is that CosmosDB is a rate limited database, and expects clients to retry queries (after a short period of time) when a specific error is returned. This shows up on low limit instances (which is common for development) when transferring data between collections/databases, so it would be great if Studio 3T could handle it.
The error that is returned is error code 16500, message "Request rate is large".
Information on handling retries can be…
2 votes -
Allow saved sorting preferences for the connection window.
In addition to the feature request for sorting connections by any available header (which looks like it may have been implemented?) I'd like to be able to save those sorting choices for the next time I load the connection window. Currently, the sorting order resets on each load of the connection window.
I'd like to be able to sort on connection name, most recent connection, etc., and have that sort selection persist between multiple connection window loads.
1 vote -
Allow changes to font-size
I've a high resolution screen, and this make viewing lots of data in the small font difficult. Having an option to increase the font-size would be great.
Furthermore, thanks for your excellent product!
7 votes -
make collection tabs easier to distinguish from other tabs, menu, etc
Please add colored background, bold text, or some other way to visually pick out the collection tabs easier. Right now, they are under the menu, and above the user\database\collection list. They blend in visually too easily, taking more effort to jump to the collection you want to edit or view.
1 vote -
JSON View: Have a proper JSON view
The JSON view (including all the options) does not provide a real JSON output which could be copy/pasted into an editor without the need for extensive editing. For example:
- When there is > 1 document, results should be wrapped in an array.
- Numbers should not be wrapped in NumberInt()
- Documents should be comma separated
1 vote -
rememeber current open tabs and reopen them after restart
when I close studio 3T and have some open tabs just remember the open tabs and reopen these tabs after I open the studio again.
1 vote -
Quit without Saving (for power/expert users)
It would be good if there was an option to quit Studio 3T, even if there are open tabs, without the prompt to save. I find myself opening up lots of tabs to do adhoc queries, but with no desire to save them. I know that I can select each tab and Control+Shift+W to close without saving, but if I have 20+ tabs open, and I want to exit quickly, I would have to Control+Shift+W 20 times.
If, however, there was a tick box to say "Exit without saving" with an appropriate warning, then I could simply quit the app…
1 vote -
Add an auto-refresh timer to Collection Tab
When viewing Current Ops there's a way to set a refresh interval. I'd like the same for the Collection Tab.
1 vote -
Favourite queries
Add ability to have "favourite queries" per connection. Currently we can create bookmarks but in order to execute the query we need to:
1) find the database in the list
2) find the collection in the list
3) open collection tab
4) Execute the bookmarkProper solution would be that after connecting to the server there would be some view or context menu allowing to execute "favourite queries" without the need to find db and collection.
Our server contain many databases. Most of the databases contains many collections too so it's painfull that in order to execute "favourite query" (…11 votes -
1 vote
-
Intellisense for SQL in Studio3T for mongoDB
You have developed an excellent SQL feature! It would be much more useful to me if you added Intellisense tips as you type SQL query.
1 vote -
Please check clipboard contents to see if its a valid JSON aggregate query
Please check clipboard contents to see if its a valid JSON aggregate query.
Its a pain to have to add the 'db.getCollection('xxxx').aggregate(My Clipboard Conents) before I use your paste function. This my second request for this change.
1 vote -
7 votes
-
filtri
ok la ricerca delle collection ma avendo molti database e moltissime collection sarebbe bello potewr vedere a sinistra solo alcuni db e solo alcune collections.
1 vote -
Redesign the Comparison Configuration screen
Adding Specified fields to include/exclude becomes tedious when the list is long either way. When adding a lot of fields, the configuration screen resizes to the height of add the fields selected and makes the window unusable.
Either change the adding functionality to a select/deselect all, use listboxes and multi-select with arrows, up/down arrows etc....
1 vote -
Autosave open IntelliShell windows
Since the app has a habit of needing to be Force Quit so often, it would be courteous to have the app autosave my work so that I don't have to get so mad when I lose what I'm working on.
8 votesThanks for a lot for this suggestion. This is currently planned, and we’ll endeavour to introduce this in a future version of Studio 3T.
-
Put a box (like we have in MongoDB Compass) to specify collation
Put a box like we have in MongoDB compass to specify collation params during query time.
1 vote
- Don't see your idea?