Share your ideas with us
727 results found
-
[Bug] - querying by date in the normal view.
in the query builder view i have this in my query:
{CreatedDate: {$gte: new Date(2017,11,1)}}
No data gets returned, I couldn't figure it out, until I went to the Query Code tab, and this is the raw query:
use qe-metrics;
db.remedyforce_incident.find({
"CreatedDate" : {
"$gte" : ISODate("2017-11-01T05:00:00.000+0000")
}
});you changed month 10 to 11... and seeing that it is not November yet, well, not records. Not sure why you are changing the month.
Thanks
2 votes -
Include "Allow invalid hostnames" option in export/import of uri
The "to" or "export" of a uri does not include the "Allow invalid hostnames" option that I have checked under SSL.
It may need to be a 3T extension, or you could use the Java driver option of sslInvalidHostNameAllowed=true.1 vote -
2 votes
-
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 -
Allow the window expand button to work on the view window
Currently this only works on the edit window, meaning that I have to drag the edges of the view window to see everything sometimes. Can we get the two windows consistent?
Thanks
1 vote -
Extend the tab collection to work in rows
As per visual studio, it's actually quite inconvenient to have to cycle through tabs to find the last one you were working on. If you could stagger them when the next tab fails to fit on the row, exactly like Visual Studio, that would be massively helpful.
1 vote -
application update
Please transfer my license automatically when I have updated application
1 vote -
Auto connect to Mongodb instance
It would be nice to have an auto connect to a saved connection when launching Studio 3T.
3 votes -
Bug: search box show after connecting database
if there is 'search' in collection's name,the search box will open after connecting database.maybe the word 'search' cause this bug.
1 vote -
Add a possibility to copy "schema" only (without data)
I often have the following scenario where I need a copy of a database (all collections, indices, etc) but without any data.
Is it possible to add a feature where only schema is copied rather than schema + data?
2 votes -
Save unsaved queries and reload them on next start
I tend to have many query tabs open at any given time and if I need to restart (or simply close) Studio 3T, it becomes a chore to save them all. Some are temp queries that do not deserve a permanent file.
Is it possible to add a feature where tabs will simply reopen as they were prior to closing the app? Similar to the experience one gets when restarting Chrome browser.
Thanks!
5 votes -
1 vote
-
AutoSave or continue from last work
Hi,
This is the 3rd time that i work on Aggragation query in mongo, and from some reason my computer resets, next time i open mongo all aggragtion i worked on was deleted.
Is it possible to add auto save or something like this,
I think it's really important.
Thanks
Daniel1 vote -
Intellishell
Copy/Paste between multiple tab sometime behaves weird.
Like most of the time copy text in one tab does not actually copy the text specially using Windows Ctrl-c command.
1 vote -
Output window in initshell
there should be option to show output format in single window rather than opening new window every time
1 vote -
Add Relational Data visualise
Add Relational Data visualise
1 vote -
Lookup between 2 database
lookup между двумя базам.
был бы хорошо если добавили бы возможность делат lookup db1.collection1.aggregate => db2.collection2.aggregate
Lookup between 2 database
It will be good to have ability to lookup between 2 databases like that:
lookup db1.collection1.aggregate => db2.collection2.aggregate
This is possible in SQL like database:
SELECT ...
FROM A.table t1
JOIN B.table2 t2 ON t2.column = t1.colThank you for a great job and your online university program, goog luck !!!
10 votes -
collapse recursively is missing
When viewing a document and (accidentally) expanding recursively, there's no way to collapse that document and then open/expand just one level. The option to collapse recursively (as in RoboMongo) would allow you to then open just the one level.
1 vote -
Export current license
The application should allow you to view the actual license text so that it can be used on a different machine. The application lets you view the details of the license you have imported, but not the actual license text itself. This would be useful for installing Studio 3T on another machine with the same license.
1 vote -
Auto-save IntelliShell Content
I see that there is the ability to save and open a .js file to view in IntelliShell. It would be nice to have S3T automatically save that shell's content for a given database. DataGrip, the IDE for RDBMS, has a similar functionality. As someone recently moving to NoSQL DBs, it's a feature I miss a lot.
Being able to write queries that I might run often and not have to worry about saving/loading a file whenever I connect to that database is great.2 votes
- Don't see your idea?