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

All feedback

Sneak peek to Ref ID's Data from the document itself

When I query for a given document/s in compass it usually contains several ID's that are a reference to other collection. In some of the cases I need to continue exploring the data on the Ref ID. It would be nice if I could hover over a give Ref...
aviad hezi over 1 year ago in Compass & Data Explorer 0 Submitted

Extend db.collection.distinct() to work with multiple fields in a compound key

Currently the distinct() command finds the unique set of values for a SINGLE specified field across a collection or view. For example: db.staff.distinct("last_name" ) If there is an index on the last_name field, the DISTINCT_SCAN plan can use th...
Guest almost 6 years ago in Database 1 Submitted

deployment metadata resync

Ops Manager needs a way to resync deployments' metadata from the console (or command line, or API), rather than direct undocumented CURD operations in AppDB. My reason for this suggestion: See Case: 01438273. One of my deployments had duplicate e...
Guest over 1 year ago in Enterprise Advanced 0 Submitted

Make it easier to search by _id

More then half of my queries in Compass is searching by _id. Each time I have to add both curly brackets, then type '_id:' then 'Obj', select ObjectId from autocomplete and paste _id. I propose to add '_id' field in OPTIONS, where I could just pas...
Guest over 4 years ago in Compass & Data Explorer 1 Submitted

Support brew keg versioned releases for Macs

For example, allow "brew install mongosh@1.10.6" and for mongosh 2.x
Felicia Hsieh almost 3 years ago in MongoDB Shell 0 Submitted

Support TLS configuration

Add options to the config file for deploy clusters with TLS enabled.
Guest almost 6 years ago in CLI & Shell 1 Submitted

enable $and operator for multiple words in a search term (not only $or)

It seems a commonly needed ability to decrease the amount of results from a multi-word search query instead of expanding it, since the default operator for every word is $or. If there could be a built-in $and option it will be great. Thank you.
Guest over 4 years ago in Atlas Search 1 Submitted

Postman snippet generator

Working with the http library has been the most frustrating part of working with Realm functions. Postman has an awesome "generate code snippet" feature, with lots of options like Axios and Unirest. It would great if I didn't have to manually conv...
Guest almost 6 years ago in Atlas Triggers and Functions 0 Future Consideration

Changes to Backup Configuration

Ability for changes in a project's Backup Configuration page to take effect without having to terminate and restart backups. Terminating backups removes all existing backups thus exposing an organization to risk. Backups can be stopped and restart...
Guest almost 6 years ago in Atlas Backups 0 Submitted

Support Auto-Resume in Trigger resource

can we have an auto_resume argument in mongodbatlas_event_trigger (https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/event_trigger)? as in the screenshot, Auto-Resume suspended trigger can be switched on in Atlas UI.
Guest almost 3 years ago in Atlas 2 Submitted