Compass
434 results found
-
8 votes
-
Ability to export or move database between localhost and cloud
Exporting collections one by one, manually, is so much to do in 2020
8 votes -
The option to prevent automatic query in Documents tab.
Once clicking on the collection in the sidebar, the sample of 20 documents automatically are retrieved and displayed in the Documents tab. In some environments with large document size and network latency, MongoDB Compass UI blocks interaction until the query has timed out.
The option to prevent automatic query in Documents tab would be ideal to prevent this issue.
8 votes -
Add an easy way to copy field value
Add an easy way to copy field value to the clipboard - a small button near each field that only appears on hover, or right-click to a field with options - copy field value, copy field name, copy "field: value".
7 votes -
Tab Titles
The titles of tabs would be a lot more helpful if they displayed the collection it was on. As you can see in the screenshots that are attached, the 2 different tabs have no indication of what collection they are apart of since it gets cut off by the environment name
7 votes -
Have my last query persist in the search box
I realize you have a search history but even simpler and faster would be if the previous search query just persisted in the search box. Many times I am doing the same search over and over again but with a different objectID. If I switch from one collection to another, the previous search is cleared. I'd just like the previous search string to stay in the search box, even if I have to check another collection, then when I get back to the previous collection, the previous search can still be populated, I paste the new ID in the previous…
7 votes -
Allow following a referenced ObjectID to the associated document
I have documents that reference other documents in other collections using the ObjectId. It would be really helpful if I could follow these references in Compass to the associated document.
For example, if I find a specific document by using the standard Filter/Find mechanism in Compass. From there I see that some of the fields in a given document reference another ObjectID (potentially in a different collection)
It would be nice to have an available action (maybe an action icon?) that would take me to the related document.
Currently I have to copy the desired object ID, switch to the…
7 votes -
Hover over object ID should display OID date
People are migrating away from a "created at" date because it's stored in the OID. However, there's currently no way to view that. Most other tools allow you to see it when you hover over it.
7 votes -
In aggregation view, add the possibility to add a stage Before or After
In aggregation view, add the possibility to add a stage Before or After.
MongoDB Compass + Atlas
7 votes -
Copy data from one collection to another
- this should include duplicating a collection
7 votes -
Please bring back the previous dark theme (before 1.38.0)
I updated Compass to 1.38.0 (stable) on Windows. The new dark theme is too high contrast for me and I would like to switch back to the previous dark theme. Unfortunately the themes available in this version are "Light Theme" and "Dark Theme (preview)". At this point I would rather use the Light Theme than use this modern dark theme. Please bring back the previous dark theme in addition to the modern dark theme, or give us a way to customize the theme. Thank you.
6 votes -
Autogenerated random values in numbers based on ObjectId
Hi,
This is the basic suggestion from my side.we have a unique "_id" in each document while inserting the data can we make any changes in your code for example in our company we have one scenario while working on the aggregation query they need auto-generated value in numbers so it is not possible in the MongoDB.
so I thought we can do that thing based on the _id. because we have a unique field then i converted the _id to string and separated the numbers and alphabetic separately but we don't have unique values the after separating the numbers from the objectId.
can…
6 votes -
Save favorite collections for quick and easier access
Working in a large company with many collections, while only several collections are relevant to your daily work can be a hassle.
It'd be nice if there was a way to mark selected collections that would appear on top of all other collections or in a category, like the favorite connection strings or the saved queries6 votes -
Screen reader support
Hello,
Visually impaired users rely on a screenreader to have information read by a speech synthesizer or displayed on a braille display. Popular screen readers are VoiceOver on Mac OS as well as JAWS and NVDA on Windows or Orca on Linux Desktop.
Currently, a screen reader isn't able to work properly with MongoDB Compass.6 votes -
Support hint for explain
Currently is not possible to force to run explain with a certain index, it would be a nice feature to have
6 votes -
my queries export option
Its good to have a export option for my queries, when changing system its required. otherwise no option to share all queries to another system
5 votes -
support atClusterTime in ISO time format
Currently atClusterTime https://www.mongodb.com/docs/manual/reference/read-concern-snapshot/#read-concern-and-atclustertime has to be specified in Unix timestamp. It would be great if it could support more human format for example ISO format.
5 votes -
Edit field while projecting
When projecting certain fields of a document, the UI does not allow the user to edit the document. This is a bit counter-intuitive as editing documents that have a large amount of fields is way harder than only showing the fields (via projection) that need to be edited.
5 votes -
sticky buttons
Make buttons to edit/copy/clone/delete (top of record) and cancel/update (bottom of the record) "sticky" as they stay on viewport of current record (something like a sidebar ?).
When there is a lot of nested data, it could be hard to retrieve the buttons.
5 votes -
I would like to paste a Mongo ObjectId and it automatically query on it
I would like to paste a Mongo ObjectId and it automatically query on it.
Right now when I go to type something into the query filter field it'll automatically add {}
A great next step is if I [ctrl} + [v] paste in a MongoDB ID, then it automatically turns it into an _id query.Step 1: Copy "64f046fb304cee6fa007d935"
Step 2: Paste int othe filter (Query) field
Step 2b: MongoDB compass converts my text into the query{_id: ObjectId('64f046fb304cee6fa007d935')}
Step 3: Click [Find] (or maybe it can even automatically do that?Currently I have to type"
_id: ObjectId('<now paste in
…5 votes
- Don't see your idea?