Skip to content

Share your ideas with us

677 results found

  1. 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)
  2. Allow Stored Functions in queries

    It would be very useful to be able to use stored functions (those saved in system.js and loaded with db.loadServerScripts) in the GUI part of the queries

    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)
  3. Allow customizable length of query history

    A user should be able to set the maximum number of executed queries to show on hisotry

    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)
  4. Add option in preferences "Default data directory"

    Now MongoChef by default on Import/Export operations (save/open to/from file) opens directory, where it was installed (%install_dir%/bin, to be correctly). It could, and in most cases is, different from data directory.

    Ubuntu 14.04 / MongoChef 3.3.0

    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)
  5. 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

    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)
  6. Display a view of all DB sizes and file size with a "repairDatabase" button

    So that we can easily reclaim disk storage when needed.

    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)
  7. Update error when _id not shown in Table View

    In Table View:

    if I put { "_id": 0 } in Projection, _id is not shown in Table rows.

    The problem is :

    If I try to edit a value in a row I get the error popup:

    "Couldn't store value in field '<my field name>' !
    _id field is currently excluded

    ===

    I should be able to edit a row even if I don't want the _id's to be shown in the view.

    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)
  8. 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

    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. 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 links

    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)
  10. 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

    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)
  11. 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

    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)
  12. 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.

    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)
  13. Refresh all query tabs at once

    When validating data manually, it would be great to have multiple tabs be refreshed at once.

    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)
  14. 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.

    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)
  15. 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

    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)
  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

    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)
  17. 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.

    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)
  18. 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)
  19. 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)
  20. 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

    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