Skip to content

Share your ideas with us

719 results found

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. Single Window Result

    I don't know, but for me, the window tab result for every query is annoying for me since I used IntelliShell. That is no problem when I run couple of query at the same time, but if I run many query it will generate too many window 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

    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. Add icons for items in context menus

    For example: context menu for collection has about 20 items, it's really hard to find one you need without icons

    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. Visually show all the mongos, configserver and mongo shards

    It would be great to visually see information on all the mongos routers, config servers and mongo shards available in the connections and some metadata if possible

    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)
  11. 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. Autosize columns in table view

    Make option to automatically choose columns width to fit their content (like it is in MongoVUE). It's just like double clicking on right edge of column header but automatically and for all columns. Variants goes here: weather invisible rows' (I mean vertical scroll) content/column name should be taken into account. Also it may be useful to autosize whole table to the width of 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)
  13. Add auto-complete to Collection View for Query, Sort, Projection, etc...

    We have auto-complete in IntelliShell - thanks! It would be great and convenient to also get it in the Collection 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)
  14. 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)
  15. Remove the Extended Values from Multiline Text Editor

    When Building a query using QueryBuilder and attempting to build a complex $elemMatch using the MultiLine Text Editor, after clicking "Ok" the text is translated into the "Query" section with all my formatted charcters i.e: \r\n\t\t

    I built the multiline with formatting for easier readability, I wasn't expecting the format characters to also be carried over.

    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 comma between documents when copying multiple docs at once from result tab

    When you run a find request (for instance) and want to copy the whole documents (as JSON) and paste them somewhere, it would be nice to have a comma between the docs.

    Now it's like that :
    {...}
    {...}
    {...}

    And it would be great time saver if it was :
    {...},
    {...},
    {...}

    Thx !

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Allow Sorting complete collection within table view

    Currently only sorts the fields visible on 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

    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. Add / Update / Remove dialog as Tab instead of Popup

    Provide a tab similar to the query, aggregate and map-reduce tab for the Add, Update and Remove dialog. Currently this is only a popup making it harder to rerun or test

    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

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

    Archive only version for portability

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

Share your ideas with us

Categories

Feedback and Knowledge Base