Skip to content

Share your ideas with us

309 results found

  1. Copy DB to also create indexes

    When copying a db also create it's indexes on the newly created db.

    Or prompt on copy whether or not it should also create the indexes.

    15 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

  2. Server name in database/collection/document drop confirm boxes

    When one wants to drop a database/collection/document, a confirm box shows which asks something like "Drop database 'example_database'?"

    I would like to see the name of the server I try to make the operation in there too, so I'm sure I don't accidentally remove things from a live server when it should be in a develop or test server.

    Use case:
    When I want to run tests on actual data, I copy a live db to a test environment. There I should be removing the db first to ensure an exact copy. When doing things fast, I would be happy…

    35 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

  3. Closing intellishell (2.x and 3.x) closes/kills the app

    Just click the x button a shell and mongochef goes bye bye

    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

    completed  ·  0 comments  ·  Admin →
  4. Intellishell output has gotten screwy with 3.0

    Before upgrading to 3, each shell connection would have its own output tab(s). Now with 3, the selecting the shell does strange things to the output tags. For example I have two connections and performed a count on each. When I select the tab for c1 its shows both "shell outputs" and both "text" tabs. When I select the tab for c2 it agains shows both "shell output" tabs but only its own "text" tab.

    Also there is little way to correlate the "text" tabs with the shell. Even without the set of tabs being shown given a shell selection…

    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 →
  5. Simple search

    Sometimes I want to search a certain UUID or a email-address.
    With the Query Builder I can build a Query with only 6 clicks, but I always think it must be easier.

    I suggest a simple Search field, which search the selected collection for a given String and return the entries.

    24 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

  6. Save Export Map

    Need a way to save the selected fields during an export to CSV instead of recreating the structure over & over again for each export.

    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

  7. Show Json Results with folding

    Showing results in JSON View mode can lead to confusion very fast for big documents. It would be very beneficial if you could show the JSON in a "foldable" way like in tree view.

    29 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 →
  8. Redesign the application with a more modern look and feel

    Preferably, the UI would look native to that users operating system

    6 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

  9. Improve File Search for GridFs

    Sometimes I have to look up a certain file in Gridfs (fs.files) where I only have the ID. Entering the ID in file search does not seem to work. I can only see results searched for 'Name'.

    Strangely I see other search results where nothing seems to match the File Search pattern.

    (Can show a screen shot to see what I mean)

    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

    1 comment  ·  Admin →
  10. Table view array/object head as field1.field2

    Example json:
    {
    "_id" : ObjectId("518c42ba4a87f9b1ca48f3a4"),
    "name" : "images",

    "datesDif" : {
    "average" : NumberLong(3600),
    "min" : NumberLong(3598),
    "max" : NumberLong(3602)
    }
    }

    If you use the table view and you have some columns with multidimensional arrays/objects you must click on the cell to open and see the values of these multidimensional arrays/objects. But the other data is gone except for the _id field. What i like to see is that the multidimensional arrays/objects data is shown in the table.

    Here are some examples to explain more what i mean;

    How it now works:
    The head of the table looks…

    7 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

  11. BUG: Open collection view is double menu item in right mouseclick in database/collection list

    The "Open collection view" is double in the right click menu on the database/collection list.

    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

    completed  ·  3 comments  ·  Admin →
  12. Highlight matching (or unmatched) brackets, parentheses, brackets, etc.

    there are so many, especially in aggregations, and it is so easy to get them wrong. thanks

    47 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

  13. Copy multiple collections at once

    Is it possible to copy+paste multiple collections from one database to another at once? I have hundreds of collections...

    8 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

  14. Restore last working state

    It would be cool if I could tick and option that remember the last working state, so when I restarted MongoChef all of my databases and tables got restored to last working view

    14 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

  15. export from IntelliShell

    Add export option also from IntelliShell window

    7 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

  16. Change Color Sheme on JSON Editor and IntelliShel

    Text color #808000 hardly visible #fff background. Make the color more contrast.
    You can select different colors tokens:
    - Function
    - Number
    - Boolean
    - Null
    - String
    - Field Key

    61 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

  17. Allow previous queries to be edited in Query Builder

    One suggestion: when pulling up a Query from the History, it would be nice to be able to populate the Query Builder with the query so that the query can be further refined using the Query Builder.

    Maybe I am missing it, but this feature of editing a previous query in the Query Builder does not seem to be available.

    10 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 →
  18. Intellishell Font

    Would be nice to be able to change the font size for queries in Intellishell.
    If not a font selection tool, even just a zoom in/out would be great.

    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

  19. option to show _id as a time stamp via generation_time

    Display option could be via one of:
    1)_id 54b4fcee00d59641b0ed8569 (2015-01-13 11:09:34+00:00)
    2) Global toggle
    3) Tooltip

    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

  20. Allow recovering of lost connection

    I have a bunch of IntelliShells open that I am working with. For some reason my network has a temporary issue. The connection is lost. Now all those windows are useless since they can no longer execute.

    I have to stop, save my work, or create a new connection and "migrate" queries from one window into new window.

    If connection dies, attempt to re-connect when "execute" button is pressed.

    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

    completed  ·  1 comment  ·  Admin →
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base