Skip to content

Share your ideas with us

307 results found

  1. Color Coding Connection by server type

    Ability to assign color to differentiate connected servers
    for querying and shell commands.
    i.e. PRD would be red so all open windows are colors coded red on each connected tab.

    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

    completed  ·  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. 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. Add a Grid View for viewing complex documents

    Something like Oxygen XML or XMLSpy editors Grid View for JSON/XML files. It's very handy when dealing with complex documents that have several levels of nested Arrays or embedded documents.
    Currently in MongoChef if you are in a collection root level with table view and "dive in" a nested element you lose the original context so if you want to look into another document's nested element you have to go back one level up and then lose the first bit of data you were looking at...

    You can use the tree view but the data is laid out vertically so…

    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. Support for Ed25519 keys for SSH tunnels authentication

    The SSH tunnels should support Ed25519 keys for authentication.

    Ed25519 keys are supported in OpenSSH since version 6.4 and in PuTTY since 2015-05-10.

    Currently, when using an Ed25519 key in an SSH tunnel, the connection fails with the following message: "Failed to connect to the SSH Server."

    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

    completed  ·  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. Bring back the 'Show Last Page of Results' button

    It would be nice to have the 'Show Last Page of Results' button brought back. Now, to imitate the same functionality, I have to run count(), and set the skip to count() - limit, then run the query again. The new way is very cumbersome.

    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

    completed  ·  3 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)
  6. autoupdate

    download updates automatically

    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. Current operations please.

    Current running operations on server. Help to find out slow query, and kill the operation wrongly executed.

    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)
  8. Intellishell in windows UTF8 character problem

    Hello!

    I am trying to insert a document with Greek UTF8 characters:

    db.philosophy.insert({"saying" : "Χρόνου φείδου", "age" : 2134)})

    and then query it: db.philosophy.find({"saying" : "Χρόνου φείδου"})

    The document is saved but some characters are displayed with question marks and the query returns no results.

    Details:
    * MongoChef 3.0.3
    * Windows 7 64bit
    * mongo shell from MongoDB 3.0.6 64bit
    * Database: MongoDB 3.0.6 64bit

    Thanks,
    Simon

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

    When I count documents, I use the dropdown next to the query input and select run count(...). In the case I would just count again I would like to press the play button next to the dropdown, but this is always a find(...). Why don't you put the last action to the play button?

    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

    completed  ·  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. Please stop continuously prompting me for collection copy/paste

    When you copy a collection from one dbase to another, you get a prompt with info about pasting in the new dbase. There is a checkbox that is supposed to stop this message from appear continuously every time I copy/paste. The checkbox does not work. I mentioned this a few months ago and got a reply saying it would be fixed in next build. There have been several "next builds" since then. Can this bug please be fixed?

    Thanks :-)

    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

    completed  ·  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)
  11. Ability to sort GridFS files by clicking column

    You can click columns to sort by that column in table view for collections, but the same functionality should exist for files in the GridFS file system.

    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. 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. 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)
  14. In Table View, double click on ObjectID property should open new tab with document the ObjectID it points to.

    As a user, I want to be able to drill down into related documents that are referenced as ObjectID properties on related documents.

    It can be similar to how a user can double click on an array property and MongoChef opens up a new tab with the array contents across the documents. For ObjectIDs properties, MonogChef should open a new tab with the document of the ObjectID.

    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)
  15. problem with connection manager (ssh)

    I have multiple ssh connections in connection manager (using SSH tunnel, different servers)
    and when I try to use more than one at the same time, they all have the same list of collections as the first one I connected to.

    MongoChef version 1.9.3

    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

    completed  ·  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. 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)
  17. Add an option to hide data type icon in cells in Table View

    Add an option to hide data type icon in cells in Table 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

    completed  ·  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. 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. make it easier to edit multi-line strings

    Today I have to work around with the JSON editor and update the the entire document. It'd great to be able to edit multi-line strings on the field level, directly from the tree and table view. thanks!

    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

    completed  ·  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. Allow a way to cancel reconnections at startup

    When I (re)start Studio 3T it tries to establish connections. Often many of those connection can't be established because the server is unavailable or unreachable. Studio 3T gives me a popup for each one that I have to click through before I can start working. The popup should have an option like "Stop trying to reestablish connections".

    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

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

Share your ideas with us

Categories

Feedback and Knowledge Base