Compass
473 results found
-
search db and collection dot
search db.collection, when we type the name of the db followed by dot, no results appear in the search.
1 vote -
Export to clipboard
When exporting query results, I would like an option to export to the clipboard in addition to the existing option to export to a file.
2 votes -
Recyle Bin
There should be a Recycle Bin in Compass which will store deleted data or collections so that they can be restored if deleted accidently.
1 vote -
Support for Binary.createFromHexString in filter
It should be possible to create Binary objects from hex in the filter, like it is supported in the mongo shell already.
So far Binary objects can only be created from base64, so a manual conversion from hex to base64 is required.
Such as: {field: Binary.createFromHexString("0123456789abcdef")}
1 vote -
Improvement Suggestion for Filtering Databases in MongoDB Compass
Hello MongoDB Compass Team,
Thank you for the excellent tool! I have a suggestion that I believe would enhance the user experience, particularly when managing multiple databases.
Currently, when connecting to a server with multiple databases, it can be challenging to navigate if only a few specific databases are actively used. It would be incredibly helpful if there was an option to filter or hide certain databases in the connection view, allowing users to focus on just the databases they work with most frequently.
Thank you for considering this suggestion, and keep up the great work!
1 vote -
Utilize ESC key when editing an document to cancel edit.
Currently you are forced to use the cancel button when editing an document in the compass app on mac. Would be nice if the esc key can cancel the edit.
3 votes -
change the order / re-organise of connections
Being able to change the order of the connections on the left hand side of the UI and/or renaming the connections is pretty essential in order to keep the workspace mantainable.
this needs to be urgently fixed.
thank you.
1 vote -
New way to close tabs
I love being able to close tabs using middle mouse button click. Please add this.
4 votes -
Dynamic credential refresh
MongoDb Compass requires a full restart when environment variables or connection credentials (connection strting, username, password) are changed. This is inefficient for users working in dynamic environments where credentials change frequently. ex: Rotating secrets or Temporary access token.
There should be a way to refresh those credentials either by rereading the env variables or having a button or a configuration that would be available to do that. This is moslty for AWS, I can start mongo compass from cli and it will use my env variables but there is no way for me to refresh it for mongodb.1 vote -
Refresh button redesign
Could you please consider redesigning the refresh button? It can be challenging to identify it quickly at times. Thank you!
1 vote -
Move the MongoDB shell to the bottom of any open tab
It is necessary to return the MongoDB shell to the bottom-right corner while viewing collections and databases, as these new changes with writing commands in a new tab significantly affect my productivity and efficiency, forcing me to constantly switch between tabs to view and modify data!
1 vote -
1 vote
-
Rename tabs
I would like the ability to open multiple tabs and rename them. Currently, the tabs are rendered as
Documents
<tabel_name.collection_name>Ideally, I could change the tab heading so that it's easier to navigate between the tabs
23 votes -
Store Atlas Login Creds in Compass
If i want to use mongo generate query feature, i need to login to atlas everytime. Need compass to store the login creds and auto login.
3 votes -
show data in array of object way so multiple objects can be copied
show data in array of object way so multiple objects can be copied easily just like robo3t .. if want to copy one field from multiple documents I have to export the data then do the copy stuff I can't copy multiple objects in one fly .. and even if I can its format is messy.
1 vote -
in memory database for atlas cluster
Right now, we have in-memory mongo database for standalone instances. It would be great if we have that in atlas cluster as well. If this is already planned, keep us updated on the release plans, so that we would plan that accordingly at our end as well.
1 vote -
Enrich query plan like studio3t
Studio 3t has a feature called explain full plan, which would detail the aggregate pipeline plan with number of output documents at every stage, and time taken at each stage. PFA. It would be great if we had a similar feature available at compass as well.
1 vote -
known
Identify well known ids
Our system has several well know ids. For example, we have several user roles that are the same in every tenant database. It would be nice to be able to configure Compass with a list of ids and identifying information that would be shown on hover when they turn up.1 vote -
Drill-through Navigation Between MongoDB Collections
Enable drill-through navigation between collections based on references (e.g., ObjectId). This feature allows users to easily explore related documents across collections by clicking on reference fields, automatically displaying linked data without additional queries.
Benefits:
Simplified Exploration: Quickly navigate between related documents.
Enhanced UX: Seamless data browsing without manual lookups.1 vote -
when I change the Boolean data can you provide the true and false in list view
like select true or false from the list view instead of type
1 vote
- Don't see your idea?