Skip to content

Compass

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

473 results found

  1. Inserting images to MongoDB Compass so we can manually insert images without using api or something

    Sorry for being new here.

    Think I have an idea to enable Compass to insert images manually. Thanks!

    2 votes
    How important is this to you?
  2. As a developer using extended JSON strict mode queries, I need Compass to also support queries in strict mode

    Compass should support extended JSON strict mode queries in queries on the Documents, Schema and Explain Plan tabs.

    As an example, the error message in Compass 1.14.7 for an "$oid" query is:

    unknown operator: $oid

    4 votes
    0 comments  ·  Queries  ·  Admin →
    How important is this to you?
  3. To be able to show images contained in document fields

    It would be great to see the images when a field contains it.

    In the attached file, would show in place of the binary field "Imagen".

    23 votes
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  4. How can't you improve it. It's shocking

    Improve it. It's shocking! How about a shell and an export window that works and maybe a gui that can stay unfrozen for more than an hour or two.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  5. Can't see all my documents in the current page,I would like to have scroll bar

    Can't see all my documents in the current page,I would like to have scroll bar

    1 vote
    1 comment  ·  General  ·  Admin →
    How important is this to you?
  6. Support discovering deployment topology

    It appears that Compass has no provision to discover the topology of deployment, and instead it requires the user to specify replica set name in order to connect to a replica set.

    This was mentioned on SO here: https://stackoverflow.com/questions/61135528/mongodb-compass-forces-me-to-enter-replica-set-name-when-trying-to-connect-to-my/61135731#61135731

    For example when I connected to mongodb://localhost:27020 where the node at 27020 is a secondary, I received this message:

    An error occurred while loading navigation: 'not master and slaveOk=false': It is recommended to change your read preference in the connection dialog to Primary Preferred or Secondary Preferred or provide a replica set name for a full topology connection.

    As a user…

    1 vote
    0 comments  ·  Connectivity  ·  Admin →
    How important is this to you?
  7. Compass got stack without errors info (over 10 min)

    Better error reporting for the user. Importing a json (a valid file) puts the compass in an infinity loop without any error info for the user what is wrong. Values are not stored. App doing importing over 10 min simple file structure, I stoped on end the process.
    I found on end that json should to be in collection format (just with {} brackets). I added standard content with [] (example of the file is below). Improve validation.

    I used 1.21.1 (stable) version of mongodb compass for mac

    [{
    "title": "Specification by Example",
    "isbn": "1617290084",
    "pageCount": 0,
    "publishedDate": { "$date":…

    1 vote
    0 comments  ·  Import/Export  ·  Admin →
    How important is this to you?
  8. SSL - Allow access to Trusted Root Certification Authorities in Windows

    Allow Compass to access the Trusted Root Certification Authorities Certificate Store in Windows to be able to connect via SSL with a system-wide root CA file (without explicitly specifying the CA file).

    3 votes
    1 comment  ·  Connectivity  ·  Admin →
    How important is this to you?
  9. 3 votes
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  10. Copy as "normal" JSON

    Would be nice to have ability to copy data in mongo shell compatible format. NOT like this:
    {"id":{"$oid":"58a1b4496711f017c2be2c86"},"reportedBy": "$oid":"589b5cddb8843f642c09eecd"},"createdAt":{"$date":"2017-02-13T13:27:37.594Z"}}
    But like this:
    ```
    { "
    id" : ObjectId("58a1b4496711f017c2be2c86"), "createdAt": ISODate("2017-02-13T13:27:37.594Z")}
    ```

    15 votes
    How important is this to you?
  11. Compass

    I'm having problems with Compass. I create 2 connections.
    One to connect to DB to practise - Chapter I
    Another connection to connect to my Sandbox cluster

    Both of them have different hostnames

    When I Exit y Open Compass again, the favourites are no more I need to create the connections again. Before updating, I haven't this problem
    How can I solve?

    1 vote
    0 comments  ·  Connectivity  ·  Admin →
    How important is this to you?
  12. security

    Allow an organization to force users to use their access manager accounts as opposed to database accounts to access Compass or from the Shell. Otherwise, users have to have two accounts or we end up with a shared database user account and create a potential security hole.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  13. Sync Database Schema & Collection Schema

    To efficiently work in a development environment and then apply changes to the database changes, something like diff between development (source) and production (target) database, there has to be a feature of synchronising Schema only (without data) with optional opt in for Data as well. It should be bi directional. While synchronising Collections, Schema validation should also be allowed to synchronise apart from indexes. All these options should be allowed to select or de select with proper warnings.

    2 votes
    How important is this to you?
  14. It's really hard to type in a document json or an attribute,I hope Compass can be more intellegent

    Can Compass get more intellegent for us users ? The Feedback button hide some functional area so that I can't click update to finish editing ducument. I hope Compass can auto save what I've already typed,and never let it happen again that I forget to click that hidden UPDATE button and lose all I've typed,which makes me crazy and angry⊙︿⊙

    1 vote
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  15. Enlarge Connection String field

    Change Connection String to a textarea so I can see the whole thing

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  16. Duplicate Update Button (or move it)

    When editing large documents, I have to scroll to the bottom to click the UPDATE button.
    Having an Update and Cancel button near the Refresh button would be ideal

    there's plenty of real estate ("Displaying Documents" could be replaced by "Documents" for example.

    3 votes
    How important is this to you?
  17. Enable copy document button if user has project data access read only in Compass

    Users who have only Project Data Access Read Only don't get access to the "Copy Document" button which allows them to paste this information in another tool. If they need to copy a document, then administrator has to grant them "Project Data Access Read Write" which creates an unnecessary security risk or potential for accidental updates. The "Copy Document" button should be allowed for "Project Data Access Read Only".

    3 votes
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  18. Can't Create in Mongo Compass

    Why I can't Create in MongoDB Compass but I use user admin now

    1 vote
    0 comments  ·  General  ·  Admin →
    How important is this to you?
  19. Aggregation Export Pipeline Error documentation

    When I have "Builders" selected, all I get for an error is "$eq cannot be top-level". Does not help the user at all to know what this means.

    1 vote
    How important is this to you?
  20. Aggregation Pipeline builder export to R

    I would like to be able to export pipelines in R syntax, as I can today in Node, Java and others. R is very picky and unforgiving about it's JSON so having it generated automatically would save a lot of time.

    1 vote
    How important is this to you?
  • Don't see your idea?

Compass

Categories

Feedback and Knowledge Base