Share your ideas with us
712 results found
-
2 votes
-
MongoChef: Bigger widget for Bookmarks
The tiny arrow we have to click to select a bookmarked query is too........tiny to click .
Please replace it with an actual dropdown containing the Bookmark labels. The query should run onSelect.
2 votes -
Split numbers in groups of 3 digits
It would be great, especially when displaying large numbers, such as collection sizes, to display numbers like this: 123,456,789 instead of 123456789, which can be hard to read and compare, especially with a proportional font
2 votes -
shortcut
Custom shortcut keys
2 votes -
use docker as intelli-shell
I use docker alot since i switch between various versions of programming platform, mongo etc. I currently am not able to utilize the shell directly from MongoChef due the fact i have no locally available mongo (since its inside a docker image) Are there any plans to move the intelli shell to a docker capabable input? (could even be bundeld on supported platforms?)
2 votes -
Auto highlight (for copy-paste) by double clicking on an object in the query window
it would highlight the whole item
example:
{fiscalYear:2016,siteId:"eoTjv7m36a2fzkmnQ"}
when I double click on the siteId, it would highlight so I could copy/paste in over that object.2 votes -
Treeview delete shortcut
Use cmd + d to delete whatever is selected in the treeview (database, collection, etc..).
2 votes -
syntax error dialog box
When syntax error we get in dialog box line number and character position
it is very difficult to find the right position without getting the line number and position in line .
it will be very helpful if you will add line number and position in line in status line when you moving the cursor on the lines.2 votes -
Keep scroll position after Refresh
When refreshing, try to keep the scroll position (the visible item) esp. when using JSON View.
2 votes -
Remember order of export per collection per export type
Please remember order of export per collection per export type
2 votes -
Add Plugin Support
When you right click a document please add a plugin support to perform custom user action (like Send As Email, Convert to Xml View Formatted Version)
2 votes -
Make indents in IntelliShell configurable
Currently it seems that tab is set to 4 and continuation indent is set to 2. Allow these values to be configurable.
I would like to be able to:
a. Configure the size of the tab
b. Configure the size of the continuing indent
c. Use spaces instead of tabs2 votes -
sparse index icon
Add different icon for sparse indexes.
Queries have different behavior for sparse vs non-sparse indexes.
Expanding a collection to see the indexes may fool you to sort on a field only to find out it was a sparse index and the query cannot use it.
Similarly icon for hashed indexes would be nice. May be simple overlay of # and S would be enough.2 votes -
table view - keep sorted column when refreshing
Currently the sorted column is reset and the rows are re-arranged so I cannot look for changes by simple refresh.
2 votes -
Duplicate record remover!
A blazing fast software that will remove duplicate MongoDB records.
2 votes -
Add support for authentication database and connecting to specific database
Suppose we have the following connection string: mongodb://user:password@localhost/test
In this example and according to the documenation, the 'test' database will be used for authentication as well as the database you connect to. The documentation specifies an 'authenticationDatabase' query parameter to customize this a little bit.
For example: mongodb://user:password@localhost/test?authenticationDatabase=admin
This changes the connection string to mean that you should connect to 'test' but authenticate against 'admin'. It would be nice to have GUI support for this.
2 votes -
Show a clear way to differentiate between records pulled
In the JSON view there is no clear indication where one record begins and the other ends in case there are multiple results.
2 votes -
MongoChef: Give option for setting the default view for lists of 1 document.
I'm not sure if it the best idea. What I'm trying to achieve is this scenario:
I have default view set to tree view, but when I have displayed only 1 document, it's better shown in the tree mode. I think 1 document lists are common cases, e.g. after following reference, searching by specific _id, after using findOne. In Robomongo changing view is one click task, here is 2 click (with delay of opening list and selecting).2 votes -
allow building queries in MongoChef by clicking on fields like Schema Explorer
with the
op
option, and possibly with modifiers like jsonstudio.2 votes -
stats overview
It would be nice if you could add a simple overview where you can compare the collection stats of a db + the db stats of an instance
I'm most intrested in count, size, storageSize and index size.
Smaller solution: format the stats mentioned above human readable (2,5GB instead of 2512354123)
2 votesThank you for your feedback. We’ll look into this and improve the stats view soon. Please subscribe to this topic by commenting or voting for it to be notified about updates.
- Don't see your idea?