Compass
154 results found
-
Disable suggestions
I would like to have some kind of "Settings" or "Preferences" to disable all annoing, time-cosuming messages that keep me off doing my tasks.
1 vote -
Live streaming logs in Atlas cluster /Compass
When using Linux machines we can get logs through tail commands with live streaming like that if you are implement in Atlas cluster/Compass it is very easy to identify issues instantly.
1 vote -
Automatically pre-call `mongod --dbpath <path>` for connections to localhost.
On Windows, whenever we connect to a localhost mongo, we need to call
mongod --dbpath <db path>
in a Command Prompt or Powershell prompt before clicking the "Connect" button in Compass.
So Compass should offer the ability to automatically "pre-call" that and then perform the connection (if call was successful).1 vote -
Tabs Name
Hi,
When you open a DB with Compass, all of the tabs are showingDocuments
DBName...and you should mouse over them or click them to find out which they belong to which collection
Instead of always showing “Documents” and “DBName”, you may show which collection they are1 vote -
Yellow triangle icon for "drop index" and other caution messages
In MongoDB Compass, when I use the Drop Index functionality you get when clicking the "trash can" icon next to an index in the Indexes list on a collection, it shows a red "!" triangle icon in the upper left. That icon is used here to mean "Caution! You are about to do something dangerous!", as confirmed in Support case https://support.mongodb.com/case/01122132.
I think it's more conventional to use red icons, especially "!" or triangles like this, to indicate that an error has occurred, and warnings or cautions are more conventionally indicated in yellow. (There's probably some UI/UX documents or…
1 vote -
Automatic scrolling in Mongosh CLI in Mongo Compass
Scroll down automatically to the end of the Mongosh CLI in Mongo Compass when entering quries like db.Collection.Find()
1 vote -
Option to always show the Project, Sort and Collation options
Every new tab always has the Project, Sort and Collation options hidden by default, with only the Filter input displayed. You have to click "more options" to show the additional controls.
I understand the space-saving rationale of this, but I use the sort option for easily 90% of queries I run, which makes clicking the 'more options' every time a bit of unnecessary friction.
Maybe you could provide an option in settings to "always show all query options"? Or remember the last expanded/contracted state, and default to opening all new tabs in the same state?
1 vote -
Tabs disappear when dropping a view
Regression in v1.36.2: when dropping a view (and probably a collection, I didn't check) that was an open tab, all open tabs disappear. Then they reappear if you select a collection (or view) that was opened previously. If another collection (or view) is selected, then previously opened tabs will disappear in favor to the new selection
1 vote -
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 -
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 -
ContextMenu on collection
A simple context Menu with following functions:
- delete
- rename
- copy
- export
- open in new tab1 vote -
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 -
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 -
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 -
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 -
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,
~ Polo1 vote -
_id field listed first
The _id field is not always visible when browsing through the data, because of the sorting. It would be great if _id is always visible by ensuring it is listed first.
1 vote -
Maintain collapse state when refreshing
Currently, if you toggled open two or three children and you click the refresh button, it collapses everything back to the root document. If you are developing a feature that edits two or three children deep, every time you test something you must refresh and open those children again. I think this is similar to https://feedback.mongodb.com/forums/924283-compass/suggestions/40564825-remember-the-expanded-state-of-object-when-coming but is focused on refreshing the same collection rather than tabs.
1 vote -
Display Documents within a Frame
When clicking on a large collection (or running a long-running filter), the Documents are loaded within the main window and prevents the users from performing any other operation. By displaying data within a subframe (like for the aggregation pipeline builder), users can continue to work without waiting for the documents to load.
1 vote -
Cancel a Preview Operation in the Aggregation Builder
Currently, to cancel a preview operation in the aggregation builder, we have to close the tab and open a new tab, losing any changes to the aggregation pipeline if it hasn't been saved. Making a Cancel Operation feature to stop the Preview would allow the user to continue within the same tab.
1 vote
- Don't see your idea?