Skip to content

Compass

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

473 results found

  1. Be able to edit, duplicate, delete projected documents

    When I add a projection, I can't edit, duplicate, or delete the documents. I want to be able to do this.

    1 vote
    How important is this to you?
  2. Better highlighting for reading/writing JSON

    I use other editors for reading/writing JSON because they have better highlighting. I wish there was better highlight for reading/writing JSON in Compass.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  3. 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
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  4. ContextMenu on collection

    A simple context Menu with following functions:
    - delete
    - rename
    - copy
    - export
    - open in new tab

    1 vote
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  5. 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
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  6. 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
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  7. Expose hide index functionality

    MongoDB guidance suggests that an index should be hidden such that the impact of deleting the index can be assessed prior to its actual deletion. This functionality should be surfaced in both Atlas and Compass thus making it easier to follow the guidance.

    1 vote
    0 comments  ·  Indexes  ·  Admin →
    How important is this to you?
  8. 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
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  9. Feature Request: Add simplified parallel insertion command syntax

    I want to have a (maybe per server) setting dialog where I can enter a custom JS function that returns any of the mongoDB supported datatypes for the primary key (_id or id - usually String, ObjectId or NumberLong) and is then used everytime I insert a new document in mongoDB compasst.

    Context

    I was testing deduplication functionality I implemented in my app and I had to repeat the process several times. As my IDs were UUIDv4 strings, I needed extra steps after duplicating the documents with the duplicate button on the document in the preview list because otherwise the…

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  10. Indentation/newlines for Aggregation: Export to Language/PHP

    I tried to use the the aggregation pipeline feature Export to Language, for PHP. The pipeline was quite complex, so I was surprised when I copied it into PHP Storm that the entire pipeline was on a single line, making it quite hard to read. PHP Storm will not add newlines for you when you request Code Reformatting, so the only way to make it readable was to add the newlines manually before reformatting, which is time confusing and error prone.

    IMO it would be preferable if the pipeline was exported with appropriate use of newlines and indentation.

    1 vote
    How important is this to you?
  11. Explain Plan and query to work on all valid queries -- if an official driver works the Compass should be able to help debugging

    Mongo Compass Explain Plan cannot work on queries which are using common Java available syntax. Having no way to use Explain Plan on valid queries, without modifying the query, should be a feature.

    { "_id" : { "$in": [{ "$binary" : "6Uk1UVZWl+krPObxzA3wtg==", "$type" : "03" },{ "$binary" : "60Xp1sJ9nMiT6cPy3GA1ig==", "$type" : "03" }] } }
    

    should be a valid query in Mongo Compass since it is in Java AND the following error which is returned from both query area and Mongo Compass Explain Plan should not occur for such a query:

    cannot nest $ under $in
    

    One should NOT have…

    1 vote
    0 comments  ·  Queries  ·  Admin →
    How important is this to you?
  12. 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
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  13. SSH private key - Ask for passphrase each time

    I would like to be able to enter the SSH private key passphrase every time I connect to the DB like in NoSQLBooster or Robo 3T.

    1 vote
    0 comments  ·  Connectivity  ·  Admin →
    How important is this to you?
  14. Toggle ability to use or not use a hidden index in query planner / compass

    I want to be able to from a developer standpoint, use or not use an index and see the performance different through Compass.

    1 vote
    0 comments  ·  Indexes  ·  Admin →
    How important is this to you?
  15. Change sidebar backgroud color on remotly connection

    When remotely connect to databse expect localhost like ssh or other options, sidebar background color changed, beacuse confused between local db with server db and maybe mistake change collection doucument

    1 vote
    0 comments  ·  Connectivity  ·  Admin →
    How important is this to you?
  16. database access needs to be more granular

    I need the ability to restrict access to individual databases and /or clusters, for both build in and custom permissions and roles.

    You have boxes for databases and collections; just add one for clusters too.

    1 vote
    0 comments  ·  Connectivity  ·  Admin →
    How important is this to you?
  17. Add an option to stringify jsonSchema in Validation tab

    Add an option to stringify jsonSchema in Validation tab easier porting to javascript and to follow a common json format.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  18. restrict export access

    Compass currently allow any user to export data to his local file system, I think it's necessary to add restrictions so that the admin user can specify which user can or can not export data

    1 vote
    How important is this to you?
  19. 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
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  20. 1 vote
    0 comments  ·  Admin →
    How important is this to you?
  • Don't see your idea?

Compass

Categories

Feedback and Knowledge Base