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 180 of 4027

Warn when attempting to add a new IP address to network access that is already covered by an existing entry

Currently, if one tries to add a new IP address to the list of whitelisted IPs for a database in the 'Network Access' page, and the new IP is a duplicate of an existing entry, there is no warning or indication given to the user, and the list of IP...
Guest almost 4 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Please create a build in role that grants developers all permissions needed to add/edit schema validations short of adminAll.

Please create a built-in role that grants developers all permissions needed to add/edit schema validations short of dbAdminAnyDatabase.
Guest about 4 years ago in Security, IAM, and Compliance 0 Submitted

Add option to $dayOfWeek to choose between Monday and Sunday

Hi! I was wondering if you could add an optional parameter to $dayOfWeek that allows you to choose on which day you want the functionality to start counting. Thanks!
Guest about 4 years ago in Querying & Aggregations 1 Submitted

Add regex support in pipeline operator `replaceAll`

It would be very nice to have something like this possible: ``` { $replaceAll: { input: "$text", find: "/[;,.]/g", replacement: "." } } ``` Many thanks !
Guest about 4 years ago in Querying & Aggregations 1 Submitted

Recreate Account | Sign Up | MongoDB Atlas

There are many new web developer come on MongoDB Atlas. There create there account and start working but don't know any thing about MongoDB. Something goes wrong on there setup and decided to recreate there account and follow all the instructions....
Guest about 4 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

the profile output in association with the $comment query operator need to have consistency across operations.

I have observed the different profile result with regard to $comment query operator in association with find and update operation respectively as follows; - find operation shows a comment on the command.filter.$comment and the command.comment fie...
Guest about 4 years ago in Querying & Aggregations 0 Submitted

Support for CentOS Stream 8 in MongoDB OPS Manager version 5.x

Per the Server Support Matrix https://www.mongodb.com/try/download/ops-manager support for CentOS Stream 8 is not al. We would like to see the currently supported MongoDB OPS Manager version 5.x available on the CentOS Stream 8 distribution.
Guest about 4 years ago in Security, IAM, and Compliance 0 Submitted

multiple centersphere as a geometry for geowithin

im looking at one of my queries that a system regularly runs and some times we look for records that are within up to 250 different centerspheres, i wornder if we could enable, like geowithin has the ability to support multiple poligons, we could ...
Guest over 4 years ago in Querying & Aggregations 0 Submitted

$populate stage

Please provide a $populate stage that allows to resolve single referenced documents. Internally it could use the combination of $lookup and $unwind: https://stackoverflow.com/questions/41482559/how-to-return-single-object-instead-of-array-in-look...
Guest over 4 years ago in Querying & Aggregations 0 Submitted

Provide straightforward syntax for 1-to-1 joins in aggregation

The syntax for joins that bring back multiple documents from foreign collections is very straightforward and yields exactly what one would expect, but simple joins that are bread and butter in SQL require very convoluted and expensive to run synta...
Guest over 4 years ago in Querying & Aggregations 4 Submitted