Share your ideas with us
711 results found
-
Add connection name to application tittle
With connection name on app tittle, it's gonna be a lot easier to bring back to foreground (both in alt+tab and taskbar) the instance you want when multiple instances of the app are open.
1 vote -
Show sum and Avg of selected column beside Count Documents
Show sum and Avg of selected column beside Count Documents just like excel
1 vote -
Add aggregation stage templates
Add the ability to change the default text of each aggregation stage (and reset to the built-in one).
I would like to be able to, for example, change the default $lookup text so that the string values don't contain spaces (e.g. localField: "fieldfromtheinputdocuments" instead of localField: "<field from the input documents>") so that I can double click to select the entire content of the string, instead of having to delete by hand.
I think that creating templates, instead of just changing the $lookup default, might be a more powerful option.
2 votes -
Delete Existing Record
Delete existing records in SQL database when exporting from MongoDB
1 vote -
Multiple aggregation's pipeline stage enable/disable and deletion and overwrite alert
Hello,
I want to suggest some useful (for me) features.
I'm using aggregation heavily and I've some aggregation's pipeline with more than 20/30 stages.
It will be very useful in the pipeline summary to have a checkbox to enable and disable stages or to select multiple stages for deletion.
In the save pipeline button, after the first save, if accidentally you press the save button instead the down arrow for save as, the previously snipped is overwritten without an alert.
Thank you for your attention and for the great work on Studio3T.
Best regards
Enrico1 vote -
Enhance bookmarks feature
Enable showing the bookmarks like in the chrome browser so that it's always accessible and displayed.
1 vote -
redeclaration of const
If you run a script twice in intelli shell, and you use a cons x = 3, you cannot run the script again.
[js] TypeError: redeclaration of const x :
even if you change it to a var afterwards, it still produces that error.
It seems that the context is kept between running scripts?3 votes -
Allow periods (.) in keys
MongoDB allows periods in document keys since v3.6 but Studio 3T throws and error if I try to do this. Please fix
1 vote -
merge mode for collection during csv import
merge mode for existing collection from two different csv during csv or json import.
1 vote -
Option to show Guid as string in Json view
I would like the option to show the JSON view as valid JSON so that I can copy it easily into other programs.
For example I would like guid's and ISODate to be shown as strings. Currently nothing will recognise it as valid JSON due to these things.
1 vote -
Editable Query Code view; populate Visual Query Builder from manually-entered queries
If I start writing a query manually in the QBE fields (Query, Projection, Sort, Skip, Limit), I lose those entries if I open Visual Query Builder and start to add query parameters.
Would be awesome if I could switch freely between QBE, Visual Query Builder, and an editable Query Code view, with my query preserved across the three input methods.
2 votes -
Specify a shard key for UI editing
It would be great if there was a way in the UI to specify a required field for updates other than the _id so that it would be possible to update on a sharded DB without using the shell. Specific use case here is Azure CosmosDB which requires a partition key on all collections and that key has to be part of the find clause for updates.
1 vote -
remove ability to scroll mouse wheel over visual query builder
When creating complex queries in the visual query builder there is frequent scrolling required. most mouse pointer devices now have scroll wheels which are critical for big data exploration. Currently your record fields change if you are hovering (not selecting) over your fields in the visual query builder, which changes there values. This is extremely frustrating, and breaks the result. You should only be able to change this value of you have positively selected the object with a left mouse click.
7 votes -
Print statements are shown only when the whole script is complete
For long running scripts it would be very useful to show print statements during the execution of the script.
Currently, the're shown only when script runs to completion.
Or, maybe, add an ability to report textual progress on the progress bar2 votes -
auto hide all tabs
It would be helpful if you could provide a auto hide feature like the way we have in sql server and and command to show or hide results window below
1 vote -
Add preference for default collection view when opening a new collection tab
Situation: You are looking at a small collection of very small JSON documents so you select JSON View. You then need to open a new collection. However, this is a is giant collection with huge JSON documents (multiple arrays of subdocuments). It's so big it can take up to 30 seconds to render and or crash Studio3T altogether. But you can't stop the operation. So just have to wait. What would fix this is an option for default collection view when opening a new collection. I would just set that to Tree View and this situation would happen anymore.
2 votes -
A web bug reporter/tracker.
A web bug tracker for reporting and following bugs/problems similar to Mongo Jira would be very useful.
I send bugs to support, then I have to continually ping support for a status. A bug I recently reported has gone through two update cycles without being addressed, so I have to hit on support for updates.
1 vote -
Exporting/importing schema (empty collections, validators, indexes, etc.)
During prototyping, I create various collections and incrementally add validators and indexes and partial indexes (unique if not null). It would be great if S3T could generate scripts that I could use to build-out the MDB instance in test and production environments.
Currently I am opening each Index and then copying the JSON and pasting it into a file. But doing that for each index or validator is tedious. Please at least provide a way for me to view/copy ALL of the JSONs at once, or better yet, provide a way to get those with scripted wrappers that I can…
2 votes -
Migrate Empty table structure to mongodb
Migrate Empty table structure to MongoDB:
I have a table without data On the SQL server.
I am doing SQL to MongoDB migration using SQL to MongoDB Migration.
But the tables without data is not creating collections in MongoDB.Please assist in how to migrate those types of tables.
1 vote -
Allow the same two collections to be used multiple times in a Compare/Sync task
I have two compare different sets of documents in the same collections based on different match and filtering criteria. Currently I cannot add the same collection pair multiple times to Compare Sync and apply differetn criteria to each.
1 vote
- Don't see your idea?