Compass
473 results found
-
please add one time zone option because I'm from India and in my mongodb compass software it is showing time if some other country
I'm a mongodb user from India and in my mongodb software it is showing a Time zone of some other country. I get to know this when I use date and time in my database column I got some other time zone and I want my country time zone so please add this feature in it.
2 votes -
File structure for connections
Groups for connections, so that it can be more organised.
Maybe let us use an image for the group too?
Look at TablePlus for inspiration 💪1 vote -
New way to close tabs
I love being able to close tabs using middle mouse button click. Please add this.
4 votes -
Create setting to allow displaying data in a "compact/dense" manner
Often when looking at data we want to see the most amount of data on a page, currently the display of results has a LOT of padding.
Give an option to toggle the UI to a compact view.Example is MUI tabole https://mui.com/material-ui/react-table/#dense-table
2 votes -
hashed index creating from compass
unfortunately at this time, Compass cannot build hashed indexes, can we add this option
1 vote -
Please make a feature to set specific sorting query as a default .
I always put ' {createdAt: -1} to sort the data in a descending order. Could you make a feature that can set some default custom query setting ??
3 votes -
merge collections and rename fields
Create wizard to merge multiple collections and rename specific fields/arrays/documents. This is useful when migrating data from other databases (not ones supported by relational migrator).
1 vote -
Aggregation pipelines history for recently used aggregations.
Aggregation pipelines that have been used recently should also be saved similar to how search queries are stored.
2 votes -
Global search query filter
Use case: When we work on Mutli tenant-based system, we have Account Id is common in all collections. When we search multiple collections needs to add filter accounted in every search.
Feature: If we have global filter, we can add common filters and easily search in every collections.1 vote -
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 "Documents Per Page" feature it will very helpfull for us
Currently there are only 20 documents per page but if you give a feature to choose documents per page then it's very helpful..
10 votes -
Comment Mode off by default
I'd like to turn off comment mode in the aggregations view by default. Currently this setting does not persist and comment mode is always enabled by default when you create a new aggregation pipeline.
2 votes -
Export many collections in json file.
Why i can't export many all documents of many collections in json file at the same time by select them.
4 votes -
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.2 votes
- Don't see your idea?