Compass
442 results found
-
A bug in aggregation's Wizard $lookup : It is not showing the accurate values for local & foreign fields.
A bug in aggregation's Wizard $lookup as it is not showing the accurate values for local & foreign fields. See the attached image
db.orders.insertMany([
{ "id" : 1, "item" : "almonds", "price" : 12, "quantity" : 2 },
{ "id" : 2, "item" : "pecans", "price" : 20, "quantity" : 1 },
{ "_id" : 3 }
])db.inventory.insertMany([
{ "id" : 1, "sku" : "almonds", "description": "product 1", "instock" : 120 },
{ "id" : 2, "sku" : "bread", "description": "product 2", "instock" : 80 },
{ "id" : 3, "sku" : "cashews", "description":…1 vote -
While update a long-filtered data the preview was not proper visible
Make adjustable slider for filtered Data.
1 vote -
I'd like if the tabs' scrollbar were wider
I feel like the tabs' scrollbar is very narrow and it would be easier to use it if it were wider,
1 vote -
Export symbols as symbols, not text
When I export documents with Symbol fields to JSON, the Symbol fields are converted to text, regardless of which of the Advanced JSON Format settings I choose. Symbol and text fields aren't the same! The JSON format should export Symbols as Symbols, e.g. "type": {"$symbol": "text"} instead of "type": "text", similar to what it does with dates and ObjectIDs.
1 vote -
Add plugin for wsl2
Being able to use mongodb-compass within wsl2 like vscode
1 vote -
Filtering option for Nested objects
actually, as per now it's difficult to handle {column. Fieldname: value}, by using like {column _fieldname: value} it's better to handle in c# with the help of LINQ.
1 vote -
request zh language
request zh language
1 vote -
Zoom level (Ubuntu 22.04)
Why doesn't Compass remember/record the zoom level we're not comfortable with?
Every time we log in we have to reconfigure it.1 vote -
gpu intergration
i purpose using matrix ops to preform indexing, aggregation, and other computations with dedicated gpu, and multi threading/processing
1 vote -
Dark Theme is not that cool
The background colour combination of the compass's dark theme stings like a thorn in the eyes.
1 vote -
Always select focused collection in sidebar navigation (Compass)
In the UI of the Compass interface, users navigate through databases and collections primarily via the sidebar. However, there's an aspect of user experience that can be enhanced. Specifically, I am proposing a feature where the sidebar navigation dynamically reflects and highlights the database or collection that is currently in focus in the main tab area.
This means, that when a user selects and works on a particular database or collection, that specific item should automatically become highlighted or marked in the sidebar.
1 vote -
Auto-expand single/specified database
Upon connecting to a server, I would like Compass to auto-expand the database in the sidebar if:
- the database name is in the connection string
- and/or if there is a single database on the server (that is accessible to the user)It would save a click :)
1 vote -
Array Function
Just like Javascript array functions such as filter, map having some option in drag and drop wizard with match and project stage will be more useful.
1 vote -
Pretty print queries
An optional button, while querying a collection, that prettifies and formats the queries.
1 vote -
index creation progress percentage
Please expose the progress percentage when an index is being created on the compass UI, this should be very very simple since it's already in the
op
objectmsg
field. Just an "In progress..." is simply lazy development.1 vote -
MacOS Scroll bars - show according to MacOS settings
You can view the list of indexes, but there is no scroll bar on the right side to show there are more indexes in the list. The scroll bar pops up when you hover on the list.
In MacOS settings you can set if you want this behaviour or if you want the scroll bar to always show.
Think it is like this in english MacOS:
system settings -> look and feel -> show scroll bars -> alwaysThe idea is to honor this setting.
I use MacOS 14.2, Dark mode. Compass Dark mode is a setting that already works…
1 vote -
Opening multiple collections tabs
Opening multiple collections used to be possible but with the new update I can only have one tab per collection open at a time. This makes filtering data very frustrating when I can't compare against other searches that I've done within a collection.
1 vote -
A few UX improvements for modifying documents
If you work on a document it would be good to have the <ESC>-key to decline all changes and stop edit mode.
If you work on a document it would be good to have <CTRL>+<ENTER>-keys or <CMD>+<ENTER>-keys to save the document.
While scrolling through the results it would be good to have the buttons to edit, delete, etc. as a sticky row so you don't have to scroll back to the top of a document if you want to edit it.
1 vote -
Define Port for ssh tunneling
If it would be possible to define the local routed port, some things like mongodump and mongorestore could be easily used outside of mongodb compass.
1 vote -
Let me resize my window to be 960 pixels wide.
I often arrange my windows so that I have one application on the left side of my desktop screen and another application on the right side. But MongoDB Compass won't allow me to resize the window to be that small. My screen is 1920 pixels wide (a very common resolution) and it won't let me resize my window to half of that width (1920 / 2 = 960 pixels) to make it fit neatly on half of my screen. The current minimum width seems to be about 1011 pixels -- too big, overlapping windows on the other half of the…
1 vote
- Don't see your idea?