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

Backup for project user

Hello, it would be good if we could better granulate which users have access to cloud backups. Currently only a project user with Project Owner rights can perform backups, restores etc. It would be really cool if some users, such as developers...
Guest about 3 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

$bucketAuto for number facets

As a developer, I would like to have functionality for NumberFacets similar to the $bucketAuto operator, so that I can define the number of buckets I want instead of setting the boundaries myself. This function is helpful in situations where you ...
Tom Richter over 3 years ago in Atlas Search 1 Submitted

Non-sequential or Deep Pagination

I want to be able to paginate results in non-sequential order, e.g. Skip from page 1 to 5, or skip from first to last page of results
Guest about 2 years ago in Atlas Search 0 Submitted

A new role for security auditing purposes

Currently MongoDB Atlas provides two read only roles at project level ("Project Read Only", and " Project Data Access Read Only"). "Project Data Access Read Only" seems to allow access to the data also, while "Project Read Only" role does not all...
Guest over 2 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

Support filtering by empty array

Atlas Search should support matching a fields set to an empty array. This behavior is not supported by either of the `exists`, `equals`, or `in` operators, and is a very common use case. https://search-playground.mongodb.com/tools/code-playground...
Guest almost 2 years ago in Atlas Search 0 Submitted

Atlas Search Local Deployment Lucene Indexing Latency of 1s

We are unit testing our Java application using the (awesome!) Atlas Search Local Deployments. However, we are seeing a longer delay than we'd like between the time we add data to a collection and the time it is searchable in the Atlas Search Luce...
Guest almost 2 years ago in Atlas Search 1 Submitted

Atlas search to provide the ability to query number (long/double) fields

When querying mongo using atlas search, today it requires that the query parameter be a string. Ideally, I would like to be able to also search using numbers. Our stakeholders want the ability to type into a dropdown select field , type a number, ...
Guest almost 5 years ago in Atlas Search 3 Planned

Number of documents per Facet

It would be nice to have a number of matched documents total per Facets when doing a $searchMeta query and not only the count within the buckets itself. We cannot add all bucket counts as documents can be in multiple buckets leading to inconsisten...
Guest 8 months ago in Atlas Search 0 Submitted

Expose the killOp() action when creating custom roles in Atlas UI

It would be nice to have the `killOp()` action exposed when creating a custom role in Atlas. I also think it would make sense to grant this action to the `atlasAdmin` role, but at a minimum I feel that Project Owners should be able to create a cu...
Chandler Wyatt over 5 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

More Fine-Grained Custom Roles

Our developers need to access databases from home or an office location from time to time. They are not Project Owners and should not have broad sweeping administrative privileges over the databases. In some cases they may be outsource workers who...
Guest about 5 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Will Not Implement