Skip to content

Share your ideas with us

712 results found

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

    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)
  2. [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 bit

    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)
  3. [Bug] NaN exported/import with "JSON mongo shell / 3T MongoChef"

    1. Create a collection that has an item with a float set to NaN
    2. Export the collection with the "JSON - mongo shell / 3T MongoChef" option selected.
    3. 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

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

    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)
  5. Ability to hide databases

    I have a lot of databases in my local server, many of which I need but don't use it regularly.

    Can you please provide a way to hide and un-hide databases from the sidebar so that it does not look so crowded all the time?

    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

    planned  ·  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. 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

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

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

    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. [Bug] Save/load bug in Map-Reduce query with ISODate

    Reproduction steps:
    - Create a new map-reduce job, go to input data > query. Create a query with an ISODate, such as {datetime:{$lt:ISODate("2015-11-01T00:00:00.000+0000")}}
    - Run the query (show filtered output data button). Create it so that it will return results.
    - Save the job
    - Load the job
    - Go to input data tab. You will see your ISODate back like {"$symbol":"ISODate(\"2015-11-01T00:00:00.000+0000\")"}
    - Run the query (show filtered output data button). It will not return results.

    Why does it convert the ISODate to a symbol, when that breaks the query?

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

    When we expand subcategories we see

    subcategories
    +0
    +1

    And we have to expand 0 and 1 to see any meaningfull value.

    I'd like to see:

    subcategories
    +Subcategory A
    +Subcategory B

    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)
  11. Query History & Give the mouse "forward" / "back" button some functionality in in the main window

    Perhaps let it rerun my query history (so annoying when I have to reset all the things again).

    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)
  12. to show a message when the find reaches end in output tab

    Whenever searching using (Ctrl + F) for a string in output tab or say any other tab, it would be really helpful to see a message indicating the end has reached and there are no more similar matches.

    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. make the "Save Aggregate Query" dialog have a cancel button

    I've lost many queries because I clicked accidentally on "No" when I wanted to just cancel...

    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. Edit JSON of the nested document

    It would helpful for edit JSON only of the selected nested object, not entire document.
    I think it may be implemented в by pressing the existing shortcut Ctrl + E — edit Value of the selected field.

    12 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. provide a mongo intellishell to pymongo template aid.

    provide a mongo intellishell to pymongo conversion aid.

    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. Add a menu item to generate an update script in intellishell

    When right clicking a collection, would be great to have an option to generate an update script which opens in intellishell or which can be copied to clipboard. This is different to the update dialog and is similar to opening intellishell already.

    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)
  17. Paging in database list

    Paging for databases list. I will soon have thousands of databases, it's not very convenient to load all those in a single list under the server

    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. Run the query using f5

    Allow the F5 function key to execute the current query in the Collection View. Any Function key would work but many other products use F5.

    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. Add an option to convert unix timestamps fields to human dates

    Being able to select a column in table view and click "This is a unix timestamp" and having the program auto-convert all the displayed dates to human format would be a great addition. Far more convenient than doing it by hand.

    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)
  20. do NOT overwrite comments in .js file in Aggregate

    when using the aggregate gui ("aggregate" button), do not overwrite comments in the saved .js file.
    comments can be added and are preserved in "IntelliShell", but once the .js is opened and saved in "Aggregate", the comments are overwritten.
    of course comments can also be added w/ external editor, but they are overwritten by Aggregate save option.

    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)
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base