Compass
86 results found
-
Manage (create/update/delete/view) Search Index && Vector Search
Just like in the web console we are able to create/edit/remove/view Search Index && Vector Search Index it would be great to be able to do the same in Compass.
1 vote -
Accurately save queries
When I write a query that has a $regex and then try to favorite/save that query, Compass changes the favorited query. For example, this simple query returns results:
{
customerNumber: {
$regex: "MSHA1",
},
_partitionKey: { $ne: "INACTIVE" }
}However, if I then check my query history to so I can favorite it, my history shows this query that returns no results:
{
customerNumber: {
pattern: 'MSHA1',
options: ''
},
_partitionKey: {
$ne: 'INACTIVE'
}
}2 votesWe have a PR up to fix this: https://github.com/mongodb-js/devtools-shared/pull/353/files
-
deleteMany and updateMany
Add the ability to deleteMany and updateMany.
deleteMany should be relatatively easy. It could be added as a simple button to the find and aggeregations views.
Update many might be more tricky to resolve.
Obviously deleteMany and updateMany could be resolved by using the Mongosh CLI in Compass. Perhaps adding a "send query to CLI"-button could be helpful, so its quick and easy to move an existing query to the CLI and then manually modify it.
1 voteThese features were released in Compass version 1.42.0
-
Open new collection tab when selecting a new collection and editing an aggregation
When you are editing an aggregation (aggregtion was not yet saved) and select another collection, do not change the collection you are working on with the new collection. Instead open a new tab with the selected collection
4 votesI'm excited to share that we released a change in version 1.43.3 that prevents a modified aggregation tab from being closed by accident when opening a new collection tab.
-
1 vote
-
Need dark mode for compass
Consider implementing a Dark Mode for the Compass app to provide users with a more comfortable and visually appealing navigation experience, especially in low-light or nighttime scenarios. This feature could contribute to reduced eye strain and improved readability.
1 voteCompass has dark mode. You can enable it in the Settings: https://www.mongodb.com/docs/compass/current/settings/settings-reference/
-
Please, please add a dark theme PLEASE
Dark theme good
1 vote -
Make the filter editor expandable to multiple lines
Problem: The filter edit is a 1 line text box. It is no good for creating and editing queries with multiple terms... you can only see a small part of the query
Solution: make the filter edit expandable, so you can see 1 line or many lines.
5 votesWith Shift + Enter you can go to a new line.
-
Can we have a dark theme option in MongoDB Compass?
You know, like any other dark theme visual tools. Would have been wonderful.
1 vote -
Please implement dark mode and add an option to switch between dark and light modes
Dark mode is more comfortable for our eyes.
1 vote -
Connection dashboard should be always available
Once connected to one of my favourite connections in the Mac app I would like the ability to disconnect, or close, or minimise, which would then take me back to the Connections dashboard i.e. the screen initially presented when opening the Compass app.
Right now, when I've connected, the only way to get back to the connections dashboard is to close the connected window and open the Compass app again. So I can't have multiple connections either.
1 voteWith the release of multiple connections support in 1.44.0, a user's connections are always visible in the lefthand sidebar.
-
"Open in new tab" should be default behaviour
By click on collection this should be opened in new tab. If the collection is already opened the tab will be selected. The context menu "Open in new tab" should be stay as is and opend a collection in new tab.
The case "why" - you open a collection, put some filter, order and some other staff. Then you want check other collection and just click on it. All settings on the first collection are lost.
15 votesI'm excited to share that we released a change that prevents modified tabs from being closed by accident in Compass version 1.43.3.
-
Integrate GPT for aggregation builder
I would really love a aggregation helper tool that can take prompts to generate snippets and if you want to ask for openAI api key thats also fine, if you don't want to adhere the cost.
2 votesThis feature became generally available in May. Please let us know if you have more feedback.
-
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 voteWith the release of multiple connections support in 1.44.0, Compass users are now able to disconnect from a connection by clicking on the 3 dots menu for a connection in the lefthand sidebar.
-
TAB AUTOCOMPLETE
Add to option to assign tab to autocomplete like has been in every other code editor for the last decade
4 votesTab can be used to perform autocomplete; this functionality has existed in Compass since v1.36.4.
-
Indent Collection on Left Panel
After the layout update in 1.34.1, it is harder to tell what is the parent db and what the collections are. It would be helpful to have the collections indented.
2 votesThis has been addressed in Compass 1.35.
-
Open collections in new tab if modifications were made in the current tab
Here's my workflow:
- I open a collection
- I then run some filters to check some entries
- I want to check something in another collection, so I click on the relevant collection in the sidebar
- My tab was overriden and I lost my filter!
It should have opened a new tab, because I actually interracted with the previous tab.14 votesThank you for sharing this feedback! We're excited to announce that we released a change in Compass v1.43.3 that prevents modified tabs from being closed by accident.
-
Current hard-coded font puts a lot of strain on the eyes and hard to use
I just updated Compass to v1.33.0 from 1.23.0 version and immediately got blindsided that you switched font to serif, which is much harder to read, even though the font itself is a bit larger.
Zooming just a little bit in v1.23.0 makes it very comfortable to work with, but zooming in on serif font in v1.33.0 makes it huge and the whole app is less usable for me.
After struggling for a bit, I uninstalled v1.33.0 and installed back v1.23.0. So far it works, so I will keep using it for the time being.
I attached both UI screenshots at…
2 votesThis was a bug. The non-serif font is now packaged with Compass.
-
Show a wait spinner while Explain Plan is working
When explain plan in Compass takes a long time to analyze, it appears as though nothing is happening and it looks broken.
1 voteThis change was release in Compass v1.36.0; we hope this change has already improved your experience!
-
Rename aggregation
Add the ability to rename saved aggregations.
Currently you have to save as... under a new name and then delete the old one to rename it.1 vote
- Don't see your idea?