Share your ideas with us
637 results found
-
tab as selector
Basically, we came from mongo shell. We have habit of pressing tab after writing 2 or 3 letter for any db name or collection name. In mongo shell the tab will automatically picks up the correct collection name upon pressing tab. But in studio 3t I don't see that functionality and for me it is difficult to press enter to select db or collection name. It would be better if that choice is left to us. People who want to use tab as selector can chose tab and those who want to chose enter as selector should chose enter. Please…
1 vote -
Predefined queries with parameters
Let the user select for a collection a query with parameters.
Also let the user ctrl+click (or similar) on an attribute of a doc to open one of this queries with parameters (from this or other collection) with that clicked attribute as a parameter value.
For example:
On my 'orders' collection I predefine the query {_id: <param1>}
and on my 'users' collection, predefine that if I ctrl+click on a user attribute 'lastOrderId' it will open the 'order' collection and auto-run the query stated above with 'param1' being the value of 'lastOrderId'.1 vote -
I would like to check a box stating "Always proceed using Query Assist"
Frequently I am asked if I would like to proceed with or without Query Assist because "the user changed". I don't care, and I will always want to proceed WITH Query Assist.
1 vote -
operations log details
For the export unit tasks, the operations log states: source db.collection -> To another collection.
it should actually log what the target collection is.. db.collection@cluster.
1 vote -
(Robo 3T) Quto fill option for fields
Like you have in Studio 3T, it would be great to have an auto fill option for Robo as it would save time guessing or having to type the field names in all the time.
1 vote -
2 votes
-
Export to excel format (additional to csv format)
Using a true excel export format would eliminate problems with floats using a . or a , for digits separations and date format. Where excel-expecting another local date/float format. These stuff is mostly a problem outside the USA (say the rest of the world using different time formats and floating point formatting)
6 votes -
Import Task - Json - Import Source does not show path
I am setting up Tasks to import export/import collections into various test databases. The Task Edit option on Import Json does not seem to provide a facility to view the path to the import sources. This would be useful to confirm the data source is the correct one before running the Task.
2 votes -
Allow scripts to prompt for/accept input/parameters
Maybe you already do this, but it's hard to find the documentation.
We often want to run the same, fairly complicated query with different parameters, on different databases (dev/staging/prod) & compare the results.
There are a lot of ways you could support this - prompting for user input on script execution, or parameter fields above the script, or as per another suggestion, scripts that can call other scripts - so they could set initial parameters.
Or you do support something like this but it's not clear.
4 votes -
Allow discarding all open scripts
Currently, if you have multiple query tabsopened in Studio 3T (Free) on Linux, closing the program presents you with a dialog to Save Changes to file 'Script(1)' with options: 'Cancel', 'No, Discard' and 'Yes, Save'. Note that there is not option to 'Discard All'. My work often requires me to have multiple (>5) tabs opened simultaneously, which results in a somewhat annoying process of clicking 'No, Discard' many times. This problem made me stick with an older version of Robomongo (for now).
I hope this feature would not be too complicated to implement. Thank you!
5 votes -
Export data to mail
You have export option and also have schedule option which is good to auto set. This is having only local storage option. If you can provide export data to mail with the schedule time, this would add betterment to this feature
1 vote -
make a mobile app!
You should make a mobile app because I need to query data when I'm out walking my dogs.
Thanks,
Andrew1 vote -
Export should provide option to save only relative paths for SSL keys and other connection files
Importing 20 connections from one machine to another with different username causes all paths to SSL cert files to be broken. This requires manually opening individual sites to update the SSL cert and other files paths.
This suggestion proposes that when exporting sites an option should be provided to use relative paths. Even better, relative paths should be used exclusively by default and this would ensure that import works flawlessly in other user environments. An option to use the absolute paths could be added in this instance but it's unclear which use case would require such an option.
STR (Ubuntu…
1 vote -
Set default export/import folder
On Windows, instead of defaulting the export/import folder to be the users documents folder, provide a configuration option to set the default folder.
I lost count of how many times, I've filled up the C: drive because I only changed one export location of a multiple collection export.
2 votes -
Autocomplete Aggregate pipeline stages in IntelliShell
I use IntelliShell for all my aggregate query development. I always have to open an old query, visit mongodb.com or stackoverflow.com, or open your visual editor just to get the arguments for a $lookup and to remember whether a particular item should be quoted or not. Autocompletion would save me lots of time and even help me remember the syntax better with shorter code and try cycles.
3 votes -
Open IntelliShell as Aggregate Query
I open IntelliShell 95% of the time and change the opening line from
.find({}) to .aggregate([]). It would be great if a preference let me choose which is the default.2 votes -
Include Collection in Bookmarks
When I add a query to my Bookmarks, it only contains the query json and the name I give it. If it also carried the collection name it was based on, and open that collection when I selected the query, I could get more done.
1 vote -
Support folders in the Tasks window
There are several tasks I need to run per customer. It would be very helpful if I could organize tasks into folders (similar to the Windows Task Scheduler). This would allow me to easily run tasks for a given customer in bulk, and reduce the likelihood of running a task accidentally.
1 vote -
Allow "Save Changes" in Aggregation editor without closing editor
Closing the editor upon saving changes leads to either a lot of re-opening the editor and trying to find where you left off or not saving changes as often and risking crashes.
Option #2 was my choice and the application crashed, losing all my changes.1 vote -
schema validation detailed messaging
MongoDB V 5 now has detailed error messaging for documents that fail validation. We need these detailed errors to be displayed.
1 vote
- Don't see your idea?