Share your ideas with us
712 results found
-
Image URL rendering in UI
Our company often works with visual data, so when an image URL is stored in a MongoDB, it would be great if we could choose to view that image URL in 3T as a rendered image.
3 votes -
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 -
Don't block Query field while previous query is running
When you just opening collection view - automatically shows few documents. If this collection sharded (sharding key is not _id) and documents are quite large - this operation may take some time. Meanwhile you could spend time writing your actual query, but now you just wait and then writing your query which may took another half minute or so.
2 votes -
Pagination in users tab
Currently only first 100 users are shown.
1 vote -
Allow Shortcut to export collection to same database/collection name on a different server
It would be great to have an option to just be able to select a destination server in the "To another Collection" flow (whilst retaining the existing behaviour as another option).
Use case:
90% of the time, I wish to copy the contents of a collection on Server A onto Server B (in the same place)e.g. ServerA mydatabase/collectionname => ServerB mydatabase/collectionname
Currently, you have to:
- Connect to the server
- Find the database
- Find the collection within the database2 votes -
Data compare overview ignores 'Compare fields' ignore list
If you add some fields to exclude to the comparison, the Overview tab still shows:
Identical documents: 0
Different documents: 175237But when I view the Differences tab - none of the fields are highlighted (the differences are only in the ignored fields)
I'd like to be able to see how many documents are considered the same, perhaps with an additional count.
Identical documents (excluding ignored fields): 1000
Perhaps the Differences tab should also have another checkbox, under the Show options?
3 votes -
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 -
Replicaset and Shard Management
Would be cool to have ability to manage completely RS, creation,add members, remove members, stepDown Primary, change priorities etc. Similar for Sharding...creation, shard key management, members removing, chunk overview, chunk managements.etc etc
10 votes -
[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 -
maxTimeMS() for every find query
Enable a preference option to concatenate .maxTimeMS("your value") on each find query. To avoid misspelled queries to bring down the database.
18 votes -
export aggregation pipeline to diver formats (e.g. pymongo)
I use the aggregation screen to test pipelines but then I implement them in pymongo. At the moment I copy the js to the clipboard and then do some find and replace to get the correct syntax. I often make mistakes and it would be really useful to just export the pipeline in the native pymongo format.
4 votes -
Export/Import Indexes with collections
I recently moved to a new computer, set everything up, imported all my databases and collections just fine. The data seems fine but I lost all the indexes.
3 votes -
Allow to edit multiple documents as JSON
When editing a document as JSON (ctrl+J), it is a modal window, and we can't do anything else on mongo while this window is open.
Moving to an another document to make some copy/paste, or view data on other documents while editing the first one will be great.6 votes -
Separating intellishell and shell-output vertically
Two intellishell or 3 tab can be split vertically - but how to split the tab (such as intellishell) and the shell-output vertically?
This feature seem to be absent and will be good if possible...
4 votes -
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 -
Ability to record my sessions as macros
I want to record my steps or clicks as macros (or as a script) because I need to take a defined number of steps frequently.
I think it would be a great help for the community.2 votes -
Improve text selection in query input text fields
Currently double clicking a value in the query input field will select not only the value but also any qoutes around it, and the trailing accolade or comma (and - if there - space). This selection issue is also noticable when using CTRL-left / right and such.
You've got it right in the intelliShell, so if that kind of selection could also be applied to these input fields it'd be of great help.
6 votes
- Don't see your idea?