Skip to content

Compass

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

167 results found

  1. Use tab to validate auto-completion

    Regression in version 1.36.2: it's no longer possible to validate auto-completion using "tab" key. Only "Enter" now works

    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

    1 comment  ·  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)
  2. Save queries to github for sharing with team

    Make compas able to hook up to github so you can share queries easily with your team. Insomnia does this very well

    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)
  3. In-order to make the Compass more aligned with the Atlas, can we have Chart feature in Compass as well?

    Feature of Chart as it is in Atlas would help users to do more experiments and tests on his/her local before going to the Atlas

    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)
  4. Populate collections that I create with fake data

    I want to be able to easily add a large volume of documents with fake data to collections that I create via the UI.

    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. ContextMenu on collection

    A simple context Menu with following functions:
    - delete
    - rename
    - copy
    - export
    - open in new 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)
  6. Multiple mongosh instances/tabs in Compass

    It would be helpful to be able to open multiple mongosh tabs in Compass instead of having to write queries in one 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

    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. Clicking outside of a modal should close the modal

    It is annoying to have to click "Cancel" instead of just being able to click outside of the modal.

    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)
  8. visual feedback on array / object size in document preview

    Could we have a visuel feedback in document preview (Documents, Aggregation) for the array / objects size? It could be between parenthesis next to the "Object"/"Array" label => Array(5) for example

    The basic need was to identify quickly which array/object are empty: could start by removing the ability to expand by removing the ">" in front of the field...

    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. Missing charts features

    The charts inside mongodb are quiet nice but lacks some basic features to be able to setup a environment to create, test and deploy charts from tests to production. Also it is not possible to proper support localization.

    It is not possible to develop charts to allow proper development, testing and deploy.
    Those features are a must to really work in a proper way:

    Import/Export:

    Severity: HIGH

    • The current export does not include the charts view. It should contain the charts view (including its aggregation pipeline)
    • Import should then allow create/override the charts view

    Localization:

    Severity: HIGH

    • Allow define locales…
    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. QoL: Rename the Windows shortcut from MongoDBCompass to MongoDB Compass

    I often search Compass (without MongoDB) on Windows Search and it does not show up because its written as MongoDBCompass instead of MongoDB Compass.
    It would be a nice QoL improvement.

    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)
  11. Compass log as regular text

    Allow option for current Compass log to be tail-ed so activity can be seen in real-time in a terminal window.

    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)
  12. Add support for languages (localization, internationalization)

    Add internationalization support so folks can use Compass in their own language.

    Tagging a few languages for searching / SEO:
    Mandarin Chinese
    French
    Spanish
    Bengali
    Hindi
    Portuguese
    Arabic
    Japanese

    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

    1 comment  ·  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)
  13. Possibility to have _id field with new ObjectId added to each array element automatically

    Hi,

    I thought it would be a good idea to have the option to have an array automatically add an _id field with new ObjectId per element if its an array of object.

    In our use cases, we mostly update/delete items by their _id.

    In the case where we want to do a bulk $push or something similar, there are currently no way of generating the _id's except looping through our array and generating the ids beforehand which is not ideal.

    Another option would be to be able to use an update operator to generate a new ObjectId.

    For example:

    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. Allow following a referenced ObjectID to the associated document

    I have documents that reference other documents in other collections using the ObjectId. It would be really helpful if I could follow these references in Compass to the associated document.

    For example, if I find a specific document by using the standard Filter/Find mechanism in Compass. From there I see that some of the fields in a given document reference another ObjectID (potentially in a different collection)

    It would be nice to have an available action (maybe an action icon?) that would take me to the related document.

    Currently I have to copy the desired object ID, switch to the…

    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

    3 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. Display collection name and namespace on separate lines

    If you have a longish DB/namespace name, the labels on the tabs become pretty useless, as all they say is "Documents (verylongdbnamewhichiknowalready)" and there's no room for the name of the collection.

    This forces me to navigate through tabs to find the collection I was querying.
    I feel that the "Documents" or whatever main label is on the tabs can be communicated via the tab icon only.

    The name of the namespace could either be hidden entirely and shown only on the tab body, or shown on a separate line from the collection name.

    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

    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)
  16. Enable toggling for boolean properties

    The annoying thing for me is my web applications are heaviley dependant on Database View content.

    in MongoDB Compass it quickly becomes a time waste to manually click a boolean property and change "false" to "true".

    Please add a small toggle box button next to Boolean values.

    Thanks, Carl.

    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)
  17. Allow for safe hyperlinking of URIs in documents

    If a document contains a well-formatted (and sanitised) URI, then hovering over it should display a preview of the resource it links to (perhaps an image in s3) or the option to click through to it using the OS standard browser.

    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. Screen reader support

    Hello,

    Visually impaired users rely on a screenreader to have information read by a speech synthesizer or displayed on a braille display. Popular screen readers are VoiceOver on Mac OS as well as JAWS and NVDA on Windows or Orca on Linux Desktop.
    Currently, a screen reader isn't able to work properly with MongoDB Compass.

    https://github.com/mongodb-js/compass/issues/2776

    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

    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. CTRL+F in results

    Implement a CTRF+F function to allow "text search" in results page (like in a Browser)

    example : In a collection, I use "Filter" field to search document and compass returns 15 documents. I hit CTRL+F and I can search a field name or a value and navigate between.

    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. Compass for IOS and Android

    Hello,

    It would be great if there was an app for MongoDB Compass on IOS and Android. This would allow people on the go to access their database quickly and easily.
    On IOS, there are already applications for MongoDB, but they are paid, and not official.

    I hope many of you will approve of this idea! (I need it 😄)

    Have a nice day,
    ~ Polo

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

Feedback and Knowledge Base