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

Search results: Compass & Data Explorer

Showing 18 of 73

Generate query fails most of the time

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. In ChatGPT world, no one writes query even in mongodb, current generate query is so lame, we have to use gemini or chatGPt...
Manish Thakran about 1 month ago in Compass & Data Explorer 1 Started

Configurable sample size in schema analyzer

Sometimes larger or smaller sampling sizes (default is 1000) are desired since queries are taking too long or the sample size is not statistically useful. Could be a part of progressive loading/sampling.
Guest over 6 years ago in Compass & Data Explorer 3 Submitted

Display GeoJSON types other than points in Schema Map view

I have a data set which contains both GeoJSON polygons and GeoJSON LinesStrings.  It would be really useful to be able to see these rendered in the map view in the Schema tab.
Guest over 6 years ago in Compass & Data Explorer 2 Submitted

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

copy query to shell

Copy Find or Aggregation Pipeline queries directly to embedded shell. I realize you can export the query then paste it in the shell, but a nice helper would be to click a button which tells the shell to use the current collection and pastes a well...
Charlie Little almost 4 years ago in Compass & Data Explorer 0 Submitted

Visual rule builder for schema validation

In Compass, it is possible to create validation rules to enforce a schema. It would be good to be able to generate these rules with a simple, visual editor, instead of having to know the MQL or JSON Schema syntax for the validation rules.
Guest about 6 years ago in Compass & Data Explorer 2 Submitted

As a developer using extended JSON strict mode queries, I need Compass to also support queries in strict mode

Compass should support extended JSON strict mode queries in queries on the Documents, Schema and Explain Plan tabs. As an example, the error message in Compass 1.14.7 for an "$oid" query is: unknown operator: $oid
Guest almost 6 years ago in Compass & Data Explorer 0 Submitted

search by dbname > collectionname

While searching for a collection and if the connected account have multiple dbs with same schema its hard to search for specific db collection. My proposed solution is when we search using > i.e. dbname> collection name . It should show col...
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

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 about 5 years ago in Compass & Data Explorer 1 Planned

Schema analysis should recognize dictionaries

In a sub-document, the keys may be common across most documents in the collection, or they may contain a set of random values. For example, using hostnames as the keys in the "hosts" sub-document. { ... hosts: { server1a: { ... } server2a: ...
Guest over 5 years ago in Compass & Data Explorer 0 Submitted