Share your ideas with us
720 results found
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
Support ChallengeResponse ssh logins
Some organizations use two-factor authentication on their unix systems. For those that require mongo access to non-servers go this route, there's currently no support. It would be great if you could support the ChallengeResponse type logins via ssh
5 votes -
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 -
[Bug] UTF8 characters are saved incorrectly in bookmarks
- Enter query with some national UTF8 characters on collection tab (e.g. {field: "значение"}, {field: "κάτι"}).
- Bookmark this query.
- Look at it in Bookmark Manager: national characters are displayed as question marks.
- Select this bookmarked query from Bookmark Manager or from bookmark dropdown menu - you'll get this question marks.
- If you won't open Bookmark Manager after you bookmarked a query - you'll be able to use this query (it will be restored from bookmarks with correct national characters) but only until you restart MongoChef.
Details:
- MongoChef 4.1.0
- Windows 10 64 bit2 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 -
Remember the command/output split bar location for the IntelliShell region
'd like to see the top (command) / bottom (output) regions in the IntelliShell region be remembered. I often only need 1-3 lines for commands and lots for the output. But split is always 50:50.
Note: From other suggestions you already did the connections sidebar size and overall window size. Thanks for listening!!
2 votes -
[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 -
Show "empty" databases with users only
When I switch to a new database and create a user on it (using Intellishell), the database doesn't show on the left panel because it's kind of "empty" even if it's not.
So if I :
use testdb;
db.createUser({"user":"test","pwd":"testtest","roles":[]});and then :
use testdb;
db.getUsers();I do have my user, but I cannot use MongoChef integrated users management to manage my newly created user.
Additionally, in the "Users" button (and menu) is only available when a database is selected >> this means we can't create users for new (empty) database using anything else than the console.
Thanks !
5 votes -
Keep selected document selected when changing view mode
When i select a certain document and change the view mode the selection is lost. Please keep the selected document(s) selected when i change the view mode.
I want to search a document in the table view and examine it in tree view.2 votes -
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 -
When displaying elements of array, display the first value of the element instead of/along with the index of the element
Example:
{"_id": ObjectId("548c42ba4a87f9be3a48f3a4"),
"name": "Category A",
"subcategories": [{
name: "Subcategory A"
},{
name: "Subcategory B"
}]
}Right Now, we see in the tree view, we see
Category A
+subcategoriesWhen we expand subcategories we see
subcategories
+0
+1And we have to expand 0 and 1 to see any meaningfull value.
I'd like to see:
subcategories
+Subcategory A
+Subcategory B3 votes
- Don't see your idea?