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

Showing 142 of 4027

Change Username

Ability to change your username after registration and be able to re-use it should you need to.
Guest almost 6 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Planned

$merge

Report number of docs matched, merged, skipped, etc. from a $merge stage. Alternatively, return the merged doc results as a pipeline result to pass to additional stages.
Charlie Little almost 3 years ago in Querying & Aggregations 0 Submitted

Make $merge support DELETE operation

Currently, the `$merge` only supports insert/update/upsert/merge behaviour. It would be great to support delete behaviour. A common use case would be in-place document deduplication/clean-up in a collection.
Guest about 2 years ago in Querying & Aggregations 0 Submitted

Option to Enforce Certain MFA Methods

Allow certain MFA methods to be disabled for our Organization. e.g. we don't trust SMS or Email so want to force our users to only use Google Auth / Security Key/Biomeytric or Okta.
Jon McClelland over 3 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

Document scoped RBAC - Permission for collection document fields

Roles and accesses can be defined on the basis of collections that define roles for users. It would be nice if these access permissions could be made within the scope of the fields under the collection and the query results would be returned accor...
Guest over 3 years ago in Querying & Aggregations 1 Submitted

Support expressions in $densify range bounds

The $densify aggregation pipeline stage seems unable to evaluate range bounds expressions, requiring the range bounds to be constant. See the following example (the collection testcoll contains a single documents with only the _id field): ``` s...
Guest almost 4 years ago in Querying & Aggregations 3 Submitted

Hello, your login captcha is a real pain ********** !!!!!

Hello, your login captcha is a real pain ********** !!!!!
Guest over 2 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

Include IdP Group and Atlas Role mapped in the ROLE_MAPPING_CREATED event

When an Atlas Role is mapped to an IdP group in the Federation Management Console, an event is created with the eventTypeName "ROLE_MAPPING_CREATED" and the description "A Role Mapping was Created". The event returns in both the Atlas Admin API ev...
Guest over 2 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Separate access control for read-only replicas

There is a multi-replica cluster and there are read replicas. I consider it necessary to add the ability to restrict access separately for a read-only replica. Thus, limit the connection not only to the entire cluster at the project level, but als...
Guest about 4 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

Flatten arrays in group stage

Have group operators to flatten document arrays into a single one with or without repeated elements. So -> doc1 = {arr: [1,2,3,4], gr: "group"}, doc2 = {arr: [5, 6, 7, 8], gr: "group"} {$group: {_id: "$gr", arrays: {$***: "$arr"} } } => {_id...
Guest almost 3 years ago in Querying & Aggregations 1 Submitted