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

Feedback

Atlas $search facets against embedded documents have no ability to count/bucket at the parent document

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. The $search.returnScope query option supports fetching matching embeddedDocuments, and additionally performs sorting, face...
Jonathan Ostrander 1 day ago in Atlas Search 0 Submitted

Kotlin driver - force the default batch size to 101 - JAVA-5700

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. MongoClient uses the number of elements requested via the first call to org.reactivestreams.Subscription.request(long) as ...
Flavio Orfano about 1 month ago in Drivers (ie: Node.js, Java, .NET) 2 Future Consideration

Natural language to MQL as an API

Multiple use cases require the ability to query the data in MongoDB using Natural language. 'AI copilot' is one such use case where the application developer wants to expose a way for the app's users to get data-backed responses from MongoDB, and ...
Guest about 2 years ago in Compass & Data Explorer 8 Submitted

need native mongosh availability within MongoDB Atlas

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. Having mongosh available in Atlas would significantly improve productivity and operational efficiency What would you ...
Manvendra Singh 19 days ago in Compass & Data Explorer 1 Future Consideration
113 VOTE

official Dart driver

We use mongo in weebi Dart / Flutter application. We would be eternally grateful if you could implement an official Dart Driver, There is already an unofficial mongo dart repo : https://github.com/mongo-dart The specific feature we need is Ejson ...
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 16 Will Not Implement

Certificate compression support for TLS connections

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. There is an open PR in Node.js for TLS (1.3+) certificate compression via a new certificateCompression option in the TLS A...
Raschid Jimenez 23 days ago in Drivers (ie: Node.js, Java, .NET) 0 Future Consideration

Allow $search to be a later stage in the aggregation pipeline

Currently $search is required to be the first stage in the aggregation pipeline. It would be more intuitive if we could use after other operators, such as $match.
Guest almost 6 years ago in Atlas Search 9 Submitted

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 2 months ago in Compass & Data Explorer 1 Started

Allow autocomplete search on multiple fields using a wildcard path or by specifying multiple fields in the path

Currently, (unlike the text operator) the autocomplete operator does not accept a path which is an array of field names. Also, a wildcard path ("path": {"wildcard": "*"}) cannot be specified for an autocomplete query. Therefore, the only way to pe...
Guest over 5 years ago in Atlas Search 10 Will Not Implement

Asynchronous variant of MongoDB C Driver

Add async API on the C Driver.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 7 Started