Share your ideas with us
720 results found
-
[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 -
Run from command line with specified query
We'd like to add a link from our custom application to view a document (or multiple) it in Studio 3T to edit the JSON etc.
Would be nice if we could run Studio 3T from the command line and specify a connection, database, collection and query.4 votes -
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 -
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 -
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 -
out aggreagation doesnt work
Hi, I dont get an output when using out in aggregation pipelines.
1 vote -
Use fixed width fonts when showing aggregate pipeline and stages
When we are using the aggregate editor, we are shown a tabbed area (Pipline, Stage 1, Stage 2 ...). In each tab, we are shown a 3 column table with headings of "Stage #", "Operator" and "Specification".
In the Specification column, we are shown the JSON that describes our query / aggregation. However ... that specification entry is in a default font that is not fixed width. This makes it difficult to determine relationships if I am using indenting. This suggestions asks for the consideration of using a fixed width font for those "code" areas.
2 votes -
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 -
Application Update dialog box should be modal
I'm using Windows 10. The update dialog is hidden behind my other windows so I only see the Studio3T flash screen with the cursor spinning. Perhaps the dialog box should be modal.
1 vote -
show path in upper panel
when in tree view, as you click on field/object show current path incase you are really deep in a document.
Ex: Click on the here value, should show this at the top panel:
object►c►c►c►c►c{"a":1,"b":2,"c":{"a":1,"b":2,"c":{"a":1,"b":2,"c":{"a":1,"b":2,"c":{"a":1,"b":2,"c":"here"}}}}}
1 vote -
right click field - add field/value to upper query panel
make it quick to search exact field
1 vote -
Field Mapping
It would be nice to be able to say myCollection.Field1 contains the same data as yourCollection.Field10. That way for collections that hold some fields named differently but contain the same data could be compared as well.
1 vote -
Support unsecure SSH tunnels (ignore invalid keys etc.)
Please support this via a e.g. checkbox
I assume that most of your users are using an SSH tunnel and this is very important for us.1 vote -
You have a bug
when clicking on new connection the dialog box that opens up is too big that I cant select anything i.e it goes below the screen. Send me your email and I'll send you a picture. Really annoyed rn
1 vote -
改进功能建议
让查询的标签页内容收藏或存储到侧边栏形成一个可以自定义分类的树形, 用来快捷查询; 这样可以使软件具备除了管理数据的性质,还具备直接作为应用系统的能力.
1 vote -
Variables in aggregation pipelines
I have a few aggregations saved that I use for reporting. Sometimes multiple stages use the same dates (in my case, but could be anything) and it would be nice to be able to set a variable so I could save my pipeline with variable placeholders and then when I run the aggregation I don't have to update each instance of a date, I would only need to update the variable declaration.
I could do this with nodeJS but I don't want to have to boot up a server to run a report when Studio3T makes everything else so easy
2 votes -
Results to JSON View should use multi-thread processing
Converting results to JSON View is painfully SLOOOOW!
I suggest converting that process to multi-thread to utilize the other 7 idle cores on my machine.1 vote
- Don't see your idea?