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 & Data Explorer

Compass Internal Endpoint for AI assistant

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Compass for AI assistant is knowlege.com third party security concern What would you like to see happen? Describe t...
Tarik Alem 20 days ago in Compass & Data Explorer 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 almost 6 years ago in Compass & Data Explorer 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 over 4 years ago in Compass & Data Explorer 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 over 3 years ago in Compass & Data Explorer 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 5 years ago in Compass & Data Explorer 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 over 6 years ago in Compass & Data Explorer Planned