Share your ideas with us
729 results found
-
Export Comparison Differences into a separate collection
I'm using the Comparison of Collections a lot (for debugging purpose).
Very useful but I cannot export or copy in clipboard or extract the comparison result.
The only tool I have to keep a copy of the analysis is to create a snapshot of my screen ...I have the Pro version.
1 vote -
1 vote
-
Fix the Windows Auto Updater
The last 2 times the auto updater has run on windows its broken the install. It removes all the files expect for the .java stuff then errors out and won't install the new version.
This has been the case since auto updater was introduced.
When trying to manually install the latest version from the website - it says the old version may not have been un-installed (even though I can and did manually un-install it first)
1 vote -
command line for query code
Possible to use query code without the need of installing studio3t and making it possible to use through shell/command prompt
1 vote -
Multiple Document Windows
Seems kind of basic but I'd like to be able to open views on documents in multiple windows modelessly.
1 vote -
Fix natural ordering of subfields
My Studio 3T seems to be showing subfields of a field in reverse natural order when natural order is selected.
1 vote -
Visualise connect between collections
Visualise connect between collections
1 vote -
remember the query before last close
Make the tool remember the user input before close.
3 votes -
How do I download a older version. I have 2.4 versions of mongo
and I need to download a older version
1 vote -
[Bug+Improvement] Search - Clicking on Collection Name should open the Collection
Steps to Reproduce
Actual Results
- Type collection name in search box
- It lists down the list of matching collection names
- Double click on any collection
- It opens random collection on the right side instead of the collection on which double clicked
Expected
1. Search for the collection name
2. List of results appears below
3. Double click on any collection name from any open connections
4. It should open the same collection on right side panel1 vote -
Password authenticate application access
Add the option to require a password to access Studio 3T when first started up.
This gives a 2nd layer of authentication to gain access to live databases. Currently if a user can access a machine with Studio 3T installed with saved connections then they get full access to the live database.
Security improvement
4 votes2020.5 is going to ship with a new feature, which may suffice for your needs. It should be out very soon! Keep an eye on our updates :)
-
In query builder additional feature
In query builder good to have additional feature like
*enable disable query
* up and down movement of query.
This feature is already there in aggregate quey1 vote -
generate random password for Add User and export user connection URI
Add a generate random password button for "Add User" popup.
After the user created, give us option to export the connection URI for this user. Right click to user and "Export URI" option.
Example: "mongodb://newuser:newpassword@host:port/userauthdb"
13 votes -
Confirm box before closing aggregation screen
I keep accidently closing an aggregation screen without saving my query and loosing it
1 vote -
Update broke important feature
Hi!
The most recent update to 3T Studio broke an important feature. Namely in the IntelliShell view it was possible to comment out lines with Javascript comment marks // but this is not working any more.
When there's an aggregation query and I want to test something quickly by commenting this or that out it breaks with error:
2018-03-02T16:53:34.956+0200 E QUERY [thread1] SyntaxError: invalid property id :
@(shell):1:1It worked before.
Here's my idea - please do now break working and good features.
Best regards,
Sven Varkel1 vote -
Better type support for _id when importing
I was importing a dataset with _id type as integer, I did not think about that some of my _id's where larger than int32 and got confused when they hade type "String" in the database. When importing and the size of the _id is larger than an int32 it would be more logical to change the type to "int64" instead of "String"
1 vote -
Difficult learning for beginers
Shell methods reference is not getting displayed on mongochef GUI
1 vote -
out aggreagation doesnt work
Hi, I dont get an output when using out in aggregation pipelines.
1 vote -
sql query can not check array methods properly
I'm not able to check if an array element contains two attributes that match a certain condtion.
If I have a document with an array of elements, where each element has two attributes I only want to select documents that have an element wich has attribute1 = a and attribute 2 = b. The current query matches any element having that value. I know how to query that in mongo shell but I can not do it in SQL with the current syntax.
1 vote -
Import/Export configure --batchSize
Set batchsize on export form from server to server, or import from json.
The problem is that when you have big documents (over 1MB), default export reaches the 16MB limit and stops.To be more specific, you should set the limit on how many documents should import/export.
Lets say that you have 1000 documents export of 5MB each. You should be able to export 3 documents to another server in order not to reach the 16MB limit.
So the progress should show some like: 3/1000, 6/1000, 9/1000 .... ....
2 votes
- Don't see your idea?