Skip to content

Share your ideas with us

677 results found

  1. Allow multiple items to be ordered in csv export

    When reordering columns in CSV Export function, we can only move one column at a time which can be time consuming if we have to move a group of field at once.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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 tabs

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Allow custom initialization of IntelliShell

    Allow custom initialization or settings for IntelliShell, for example, I always have to execute:

    rs.slaveOk();
    DBQuery.shellBatchSize = 1000;

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    under review  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Packages for Linux distributions

    The Linux download should have a .deb and .rpm downloads (which covers at least 90% of installations) to make it easier to install and update the software.

    20 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Duplicate record remover!

    A blazing fast software that will remove duplicate MongoDB records.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Similar feature from Mongoose (Populate)

    Would be great if we had an option to populate ObjectIds (like Mongoose Populate or SQL join) as a feature for MongoChef.

    Mongoose Populate:
    http://mongoosejs.com/docs/populate.html

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    under review  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Colour scheme

    Provide more human readable colour scheme.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Collapsed Nodes in Tree View (Preference)

    I would love to have an option/preference to allow me to have a collection open/refresh in Tree View will all documents collapsed or expanded; this way I can choose which way I want to see my data.

    Just a pet peeve when I have 100 documents and only want to see the collapsed view.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Table View: JSON doc in tooltip when user hovers over a field that has multiple nested values

    Table View - When a user hovers over a field that has multiple fields nested - that portion of the JSON could be shown in a tooltip. A user can browse through data very easily.

    13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. allow building queries in MongoChef by clicking on fields like Schema Explorer

    with the op option, and possibly with modifiers like jsonstudio.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. do not pack the windows installer into a zip archive

    the compression is negligible and we have to do another step to install updates.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    planned  ·  2 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. fix the loading of stored queries with value type "Undefined"

    My query is: { "ArrayField": { $ne: [] } }
    I saved "[]" as value type "Undefined".
    When i load the query, i get this:
    { "ArrayField": { $ne: true } }

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base