Skip to content

Compass

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

393 results found

  1. import export database not only one data of collection

    1. able to export a database with all collection and insert it also
    2. able to export a collection from a database and insert it to database also ,not only data of a collection but also collection self with all related
    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)
  2. One more dropdown option should be there for all Columns

    While Importing the files, the change of datatypes should have one more drop-down option to change all columns/field datatypes to strings/mixed/double/Int32/number, etc.

    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  ·  Import/Export  ·  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. cross cluster lookup (kind of)

    Hi,
    This is more of an add-on request for the aggregate().

    Lets say we have two clusters , second clusters is derived from first cluster ( i-e some of the object ids in second cluster exist only in first cluster ).

    Now I want to do a lookup for the id in the first cluster from the second cluster , which is not possible.

    So , can we have another optional parameter in the aggregate function which allows us to pass the documents , over which we can apply the required stages ( i-e after using find() on cluster 2…

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Tabs Name

    Hi,
    When you open a DB with Compass, all of the tabs are showing

    Documents
    DBName...

    and you should mouse over them or click them to find out which they belong to which collection
    Instead of always showing “Documents” and “DBName”, you may show which collection they are

    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  ·  General  ·  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. When exporting a collection, make sorting the fields by alphabet optional

    At this moment, one can only select or deselect fields, but one cannot pick any field order other than alphanumerically sorted. I would at least expect 'collection order', but taking this even a step further, it would be awesome if the export fields could be reordered in any order.

    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)
  6. shortcut

    For VIM user it will be more efficient when Compass Has VIM like key binding Shortcut...

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Save export CSV configured fields in favourite query

    In case of exporting the result of a find query in a CSV file, at the moment (v. 1.36.4) we need to select which fields we are interested at the first time and in case of reuse of the favourite query we need to select these fields again.
    In fact, in the default behaviour, all fields are selected from the sampled result in the CSV exporting process.

    One way could be to save the selected fields from the CSV export configuration in the favourite query settings.

    Other ideas?

    Thanks.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Yellow triangle icon for "drop index" and other caution messages

    In MongoDB Compass, when I use the Drop Index functionality you get when clicking the "trash can" icon next to an index in the Indexes list on a collection, it shows a red "!" triangle icon in the upper left. That icon is used here to mean "Caution! You are about to do something dangerous!", as confirmed in Support case https://support.mongodb.com/case/01122132.

    I think it's more conventional to use red icons, especially "!" or triangles like this, to indicate that an error has occurred, and warnings or cautions are more conventionally indicated in yellow. (There's probably some UI/UX documents or…

    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  ·  General  ·  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. refresh

    I would like to propose new functionality to auto-refresh a collection in MongoDB Compass. For example, if I am waiting for a document to update, today I have to click refresh repetitively until the document has updated. I would like to set auto-refresh with a filter in place to be able to watch the collection as documents are updating, instead of having to click the refresh button every ~5 seconds. 

    Steps to follow:
    - Log into MongoDB
    - Open to view a collection 
    - Filter by some criteria, and click Find 
    - Click Refresh icon to reload the documents in…

    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

    0 comments  ·  General  ·  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. Chrome like controls

    I would like to be able to use chrome like controls to switch between tabs

    Cmd+opt+arrows - previous, next tab
    Cmd+t - create new tab (and select it like vs code cmd+p mode)
    Cmd+w - close tab

    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  ·  General  ·  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. Add a DISCONNECT option to the 3 dots dropdown menu when a connection is active

    At the moment, there is no obvious way to disconnect from your connection to connect to another database, and you have to go through the top level Connect menu, which is quite cumbersome.

    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  ·  Connectivity  ·  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. Query console like the one in Datagrip

    We need a query console like the one in the Datagrip IDE from JetBrains so that we can make any query as well as add comments or saving all these queries in the MongoDB Compass

    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  ·  Queries  ·  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. Automatic scrolling in Mongosh CLI in Mongo Compass

    Scroll down automatically to the end of the Mongosh CLI in Mongo Compass when entering quries like db.Collection.Find()

    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  ·  General  ·  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. Expand all in JSON view should be brought back

    When in JSON view, we can previously expand all properties inside a document node by using CTRL+LEFT CLICK (or ALT+LEFT CLICK, i've forgotten).

    This feature was removed within the last year.

    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

    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. I documents section to have mode to view and edit DbRef content instead of DbRef Objects.

    I would like to have a mode to view and edit DbRef content, in the same way as the DRef Object fields are edited now. The idea is to see in the documents section all data linked. See and edit the data in a comfortable casual way.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. shortcut to update data

    shortcut to update data instead of having to scroll down long lines to press update

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. parameter paginate?

    Could we set the page limit when browsing a collection? For instance, increasing it from 20 to 100 per page?

    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

    0 comments  ·  General  ·  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. TAB AUTOCOMPLETE

    Add to option to assign tab to autocomplete like has been in every other code editor for the last decade

    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

    0 comments  ·  General  ·  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. Save favorite collections for quick and easier access

    Working in a large company with many collections, while only several collections are relevant to your daily work can be a hassle.
    It'd be nice if there was a way to mark selected collections that would appear on top of all other collections or in a category, like the favorite connection strings or the saved queries

    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

    0 comments  ·  General  ·  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. MongoDB Compass can have a Account Section

    MongoDB Compass can have a option to sign in so that users can log in to their account can directly access their Atlas Clusters without having headache to get connection string and paste it here

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
1 2 5 7 9 19 20
  • Don't see your idea?

Feedback and Knowledge Base