Compass
441 results found
-
CRUD in recursion
i have to do some operations like delete in recursion. Any operations also may be required in recursion.
1 vote -
Utilize ESC key when editing an document to cancel edit.
Currently you are forced to use the cancel button when editing an document in the compass app on mac. Would be nice if the esc key can cancel the edit.
3 votes -
vertical monitor half-snap width
When I use Windows 11's "Snap to Half Screen" on a vertically-oriented monitor, about 2 inches of the Compass window are cut off-screen on the right, including the red X to close the window.
Most apps don't have this issue. In fact, of all my apps, Compass is the only one with the problem.
Also, Compass does not show this problem when I snap to full screen. In that case it shrinks the width properly to fit.
1 vote -
最小化到托盘
关闭Compass之后,可以最小化到托盘,方便下次继续使用
1 vote -
Add settings to have query options expanded by default and pick a view
I never send a query without having to expand this section. It adds a step to every single opertaion, which is tiresome. It save about three lines of space. It would save a lot of time and be less annoying if there was an option to just leave this section open by default. I also alwyas want to display the data as table rows instead of josn or documents. Same deal here, it would be nice not to be forced to use the deafult MongoDB idea here - the views are available already so it would be nice to save…
1 vote -
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
- Don't see your idea?