Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Compass

Showing 19 of 276

Execute Raw query with query editor

Currently there is no query editor for executing raw queries, like for batch update and batch delete. Consider to add a query editor.
Guest over 5 years ago in Compass 15 Under Consideration

I need to scan and page through query results quickly, display more documents

The current document display paging for query results is not sufficient when large numbers of documents match the query filter.   - Add "First" and "Last" buttons to the "Displaying documents" paging controls. - Make the number of documents d...
Guest about 6 years ago in Compass 4 Started

Share aggregation pipelines across clusters/namespaces and with other people

Aggregations can be saved in Compass but they are only accessible in the Aggregation Builder for the specific cluster and namespace. It would be good to be able to reuse pipelines across different clusters and namespaces (e.g. I build it against m...
Guest about 6 years ago in Compass 3 Started

Explain why "Document failed validation"

When saving a document fails, and the error "Document failed validation" is raised, it would be incredibly useful to know in what way the document does not match the validation schema. There's a whole meme at my company about this error and the h...
Guest over 5 years ago in Compass 5 Planned

Possibility to set variables used in pipeline stages

Hi ! It would be really handfull to have the possibility to use variables in the pipeline stages: var userId = ObjectId("5f61dfadc1e8960001700da8'") { $match : {user.id : userId} } for complex queries, it would avoid having to modify the id at e...
Guest about 4 years ago in Compass 1 Planned

Have option to make "Fill in connection fields individually" view the default upon start up

Currently, MongoDB Compass defaults to showing the "Paste connection string" view upon startup. The full connection string is shown, meaning that if you have any saved favorites, the username and password will be immediately visible upon the scree...
Guest almost 6 years ago in Compass 4 Started

Disable the explain button while an explain is running

The Explain Plan option does not allow ending the operation. When selecting the explain button, no interface animation is displayed that indicates the "running" state of the operation. Also, the tool ignores the "maxTimeMS" parameter and continues...
Guest over 2 years ago in Compass 1 Started

Linux ARM 64 builds (Apple M1)

The linux support of the apple M1 and following chips is getting better in a fast pace. Would be great if mongodb compass could be used on such a device / operating system combo.
Guest over 2 years ago in Compass 0 Under Consideration

mongosh should be its own tab at the top with output options

I hate how mongosh is at the bottom. It makes it rather hard to see the results as it involves lots of scrolling, I end up having to write a js file and using `mongosh` in the terminal. It would be good if it was it's own tab at the top and give o...
Guest over 4 years ago in Compass 0 Under Consideration

Export data from a query should limit fields based on Projection

When exporting data from a query in MongoDB Compass, only check the fields that are in the Projection section. Don't default to all the fields when exporting.
Guest about 3 years ago in Compass 0 Planned