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 6

Re-open tab closed by accident

Similar to Cmd+Shift+T (Mac) or Ctrl+Shift+T (Win), re-open tab(s) that was closed. I often close tabs by accident when I drag the mouse to the tab and click to activate it and the cursor was on top of the X and close the tab instead. Very frustr...
Guest 2 months ago in Compass 0 Planned

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 about 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

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

The JSON Schema export should be producing a jsonschema file that can be used immediately with schema validation

It currently dumps a bunch of analysis information even though the menu item is "Share Schema as JSON". This file is useless for trying to harden or define a schema, even in non-mongodb tools (like validating documents match schema in our programs).
Guest over 4 years ago in Compass 1 Planned

Generate jsonSchema Validation Based on Schema Analysis

Since Compass already provides a schema analysis, it would be useful if that analysis could be used generate jsonSchema. The result could be a starting point for the Validation tab or used in other tools such as https://hamidihamza.com/Angular6-js...
Guest almost 6 years ago in Compass 1 Planned