Share your ideas with us
720 results found
-
3T SQL: Query on UUID
Our collections are keyed by _id(Binary - .NET UUID)
Ability to filter on this field via SQL WHERE clause.
1 vote -
Add Quick Open shortcut for collections / tabs
When working with a database, you usually know the names for most of your collections. Therefor it would be convenient to have a keyboard shortcuts for opening collections and tabs by name with a suggestion list (like how you open a file in Sublime Text/Visual Studio Code; Cmd-P), instead of having to navigate to the collection in the left pane or the tab in the tab list menu.
1 vote -
Connect automatically to a specific/default connection on launch
Be able to mark a connection as default and connect automatically when launching the app bypassing the connection manager.
1 vote -
Pagination in users tab
Currently only first 100 users are shown.
1 vote -
Configure Data Comparison colours
The 'differences' colour of yellow is really difficult to see on my terrible work machines... It would be great if we could configure these to make them stand out more
1 vote -
Exporting & Importing collection containing json with one of value as binary data then imported as string
While exporting & importing collection containing image as base64 binary data then it imports as string ""
1 vote -
Please create support to understand "$match" like $match on copy/paste aggregate script
Please create support to understand "$match" like $match (and other) on copy/paste aggregate script
1 vote -
[Bug] In aggregate window, I cannot use " * " character in pipeline stage
[Bug] In aggregate window, I cannot use * in some command. E.g $project:{
hkDate: {
$dateToString:{ format: "%Y-%m-%d", date: {$add:['$lastUpdate',10006060*8] }
}
}1 vote -
IntelliShell editor focus
IntelliShell editor lost focus while switching to another tab.
User needs to click mouse in the editor again to continue editing.1 vote -
[Bug] NaN exported/import with "JSON mongo shell / 3T MongoChef"
- Create a collection that has an item with a float set to NaN
- Export the collection with the "JSON - mongo shell / 3T MongoChef" option selected.
- Try to import the json file back in using MongoChef. It will fail on a parsing error as the NaN value was encoded as 0xEFBFBD
Exporting with "JSON - mongoexport" works, it is just the mongo shell one that fails.
1 vote -
Toggle doc selection with spacebar
Use spacebar to toggle doc selection in Table View.
Allows faster multiple selection than Ctrl/Cmd+mouseclick.
Very intuitive to users of Windows Commander.1 vote -
to show a message when the find reaches end in output tab
Whenever searching using (Ctrl + F) for a string in output tab or say any other tab, it would be really helpful to see a message indicating the end has reached and there are no more similar matches.
1 vote -
make the "Save Aggregate Query" dialog have a cancel button
I've lost many queries because I clicked accidentally on "No" when I wanted to just cancel...
1 vote -
provide a mongo intellishell to pymongo template aid.
provide a mongo intellishell to pymongo conversion aid.
1 vote -
Paging in database list
Paging for databases list. I will soon have thousands of databases, it's not very convenient to load all those in a single list under the server
1 vote -
Run the query using f5
Allow the F5 function key to execute the current query in the Collection View. Any Function key would work but many other products use F5.
1 vote -
Add icons for items in context menus
For example: context menu for collection has about 20 items, it's really hard to find one you need without icons
1 vote -
1 vote
-
Autosize columns in table view
Make option to automatically choose columns width to fit their content (like it is in MongoVUE). It's just like double clicking on right edge of column header but automatically and for all columns. Variants goes here: weather invisible rows' (I mean vertical scroll) content/column name should be taken into account. Also it may be useful to autosize whole table to the width of the view.
1 vote -
Remove the Extended Values from Multiline Text Editor
When Building a query using QueryBuilder and attempting to build a complex $elemMatch using the MultiLine Text Editor, after clicking "Ok" the text is translated into the "Query" section with all my formatted charcters i.e: \r\n\t\t
I built the multiline with formatting for easier readability, I wasn't expecting the format characters to also be carried over.
1 vote
- Don't see your idea?