Share your ideas with us
-
Allow data entry of value to include special characters and new paragraph
JSON format documents require \n for new paragraph and // when using adding special characters. If Edit Value in MongoChef would allow you to enter string information much like CDATA in XML then SET VALUE should add in the relevant codes required by JSON document when it writes. When viewing and editing the value, the codes should disappear and it should simply show special characters and carriage returns.
This would be a good solution to edit content for on-line products in a product catalogue, for example.1 vote -
make sure your download links are working
make sure your download links are working.
it is very useless and frustrating to go to your website and end up with non working links1 vote -
Datetime picker for the Date datatype
Finding Date datatype is hard to choose correct value, You should make datetime picker for this datatype. It should be more friendly
27 votes -
Customize fonts in any input and output views
, now it's terrible in high resolution and multiple bytes language.
18 votes -
Document JSON Editor: Update only changed fields, do not overwrite the entire document
There should be an option when editing a JSON document to update only changed fields, so that parallel changes from other clients (eg, a sever application) will not be overwritten.
14 votes -
In CSV import, allow replacing empty fields with ""
You currently allow importing CSV and replacing empty fields with 'null'. I would like to see the option to replace empty fields with an empty string "".
1 vote -
Support otherDBRoles user rights
See https://docs.mongodb.org/v2.4/reference/privilege-documents/
Mongo introduced a while ago the otherDBRoles which can be used to grant access to specific DBs from the admin DB. I could not find any tool with support for these types of access rights.
1 vote -
Allow import using custom key for duplicate checks
When importing from CSV, allow the user to select a field in the incoming data as the 'unique key' and match this to the same named field in the existing collection. Allow the user to choose the standard options (like you currently offer for the _id field) for importing based on the presence of duplicates.
3 votes -
Refresh all query tabs at once
When validating data manually, it would be great to have multiple tabs be refreshed at once.
2 votes -
Better JavaScript support: ASI and multi var
JavaScript makes use of automatic semicolon insertion (ASI), and there are only certain scenarios where they are required. The engine used for the shell integration does not support this, and says scripts are invalid without them.
The same applies to multiple var declarations using commas
var test1 = {}
, test2 = new Date();Perfectly valid in engines such as v8, however the shell states
2015-12-01T16:32:53.208+0000 E QUERY SyntaxError: Unexpected token ,
I've moved from RoboMongo to MongoChef due to lack of support for Mongo v3, and this is something that I sorely miss.
3 votes -
Fast preview of collection statistics
There are a lot of metrics for each collection ("staticstics" option). But it may be handful to show some most important stats (such as document count, size) for each collection in "runtime", without clicking "statistics" option. For example, Robomongo shows it on hover event.
1 vote -
1 vote
-
shortcut
Custom shortcut keys
4 votes -
Ability to add alias to collection name
We have a system name which is managed in application level, and we need a friendly name for each collection to find them easily
7 votes -
Command and data highlight
Such as "Robomongo" (the project seem suspended) commander and data explorer, That's very clear and graceful.
Thank you~
26 votes -
Integrated query preview for update/delete
MongoVue integrates a preview option with its update and remove tabs. This is beneficial because, if you change your mind, you can alter your query and see the results without losing or accidentally deleting anything or want to do anything else.
3 votes -
1 vote
-
Treat keypad enter the same as enter
Keyboard shortcuts that use the 'enter' key should work with either 'enter' key (return key or numeric keypad enter). This includes combination shortcuts such as ctrl-enter, etc.
7 votes -
Bug: db.getCollection(‘CollectionName').find({}) doesn't display Id under "Key" column
An alternative way of writing:
db.CollectionName.find({})
1 vote -
Print(object) doesn't work as expected
When executing javascript through the intellishell and printing an object, it just displays [object] rather than the entire object like Robomongo. See code example below:
db.CollectionName.find().forEach(function(doc){
print(doc);
});
1 vote
- Don't see your idea?