Skip to content

Share your ideas with us

677 results found

  1. Data compare overview ignores 'Compare fields' ignore list

    If you add some fields to exclude to the comparison, the Overview tab still shows:

    Identical documents: 0
    Different documents: 175237

    But when I view the Differences tab - none of the fields are highlighted (the differences are only in the ignored fields)

    I'd like to be able to see how many documents are considered the same, perhaps with an additional count.

    Identical documents (excluding ignored fields): 1000

    Perhaps the Differences tab should also have another checkbox, under the Show options?

    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. Export/Import Indexes with collections

    I recently moved to a new computer, set everything up, imported all my databases and collections just fine. The data seems fine but I lost all the indexes.

    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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. Add "Copy to clipboard" button when a user executes "run count(...)"

    Often times, I am comparing collection or query counts within the Query Builder interface. When I run the count command, it returns a popup message with the count but I can't copy that value for comparison for later use. It seems like a perfect place to add a copy to clipboard button. Otherwise I have to write the number down manually or copy my existing query I made into Intellisense and add .count() to it.

    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)
  8. Manage query tabs

    Although some tab groups can be managed with a right click, aggregation query results tabs have no context menu so it is impossible to mass-close tabs. In addition, the tab context menu should have a "close all" 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)
  9. SQL to JSON converter

    An option to convert SQL statements to Mongo will be an added advantage and helpful for the data migration from mysql to Mongo.

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Ability to add alias to collection name

    We have a system name which is managed in application level, and we need a friendly name for each collection to find them easily

    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. Treat keypad enter the same as enter

    Keyboard shortcuts that use the 'enter' key should work with either 'enter' key (return key or numeric keypad enter). This includes combination shortcuts such as ctrl-enter, etc.

    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)
  12. Icons are not differential enough

    They are all black and white. It's not as intuitive as Robomongo to tell the difference between an object, array, and field element.

    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)
  13. Mindmap like schema planner/visualitation

    Make an sort of mindmap of your db collections/schemas so you can connect fields to each other. And have an visual look at youre db.

    Example: http://s29.postimg.org/in7895ckn/B362c.png

    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

    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)
  14. When greating an index show percentages (..%)

    When greating an index show procces (..%) in the lowe bar it now says: Building index. You may close the tab blablabla.

    Now i need to go to proccesses to see how far the index is build

    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)
  15. 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)
  16. 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)
  17. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Dropbox Support

    Folks, I have 3 different workstations (work, home, laptop) which i'd like to keep in sync as far as mongo clusters I work with. Any future work for keeping a config in Dropbox? or tell us the directory to sync, and we'll symlink ;) Thanks!

    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)
  19. AI Helper custom Base URL

    Allow us to set a custom base URL for the AI Helper to point it towards another OpenAI compatible server. for example LocalAI ( https://localai.io/basics/getting_started/#clients ) or Azure AI.

    That would allow us to use the AI Helper while sending the data to our own models and private OpenAI instances.

    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

    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)
  20. Schema diagram

    A schema diagram generator to graphically depict and visualize collections, their objects, indexes and relationships.

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

Share your ideas with us

Categories

Feedback and Knowledge Base