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

Showing 3892

support try..catch

It does not appear that mongosh supports try..catch. I put catch block around "insertOne" ``` try { db.inboxItemCounts.insertOne({ "_id": { "userId": userDoc.userId }, "fromUserSummary": [{ "userName": fromUserDoc.userName, "count": 1 }],...
Guest about 3 years ago in MongoDB Shell 2 Will Not Implement

$addToSetIfNotExists or javascript code as array operator

This would allow for unique if not last entry into arrays. Preventing: ['one', 'one', 'two', 'three'] But allowing: ['one', 'two', 'three', 'one'] Or perhaps (to run js code on the array at the db): `.update({}, {$js: {'array_field': '...
Guest about 3 years ago in Database 1 Submitted

Save ATLAS monitoring selection settings

Atlas monitoring has different setinngs: Primaries, Secondaries, All it would be good if the setting ALL (and maybe others) could be saved so I do not need to select it again. thanks Rene Schwarz
Guest about 3 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Allow Dynamic Object In $project and $addFields

Assume I have a field mapping defined in some configuration collection of my application. And this field mapping varies for different clients on my application. I would like to pass the dynamic object in my $project or $addFields stage Like: $p...
Guest about 3 years ago in Querying & Aggregations 0 Submitted

CommandStartedEvent::getCommand() not instance of Explainable

I'm trying to build a verbose mode in our MongoDB wrapper library. I was able to implement debug output leveraging CommandSubscriber interface. This part works. However what I would also like to do is create support for automatic explaining of que...
Guest about 3 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Explain Plan and query to work on all valid queries -- if an official driver works the Compass should be able to help debugging

Mongo Compass Explain Plan cannot work on queries which are using common Java available syntax. Having no way to use Explain Plan on valid queries, without modifying the query, should be a feature. ``` { "_id" : { "$in": [{ "$binary" : "6Uk1UVZWl...
Guest about 3 years ago in Compass 0 Submitted

Possibility to have _id field with new ObjectId added to each array element automatically

Hi, I thought it would be a good idea to have the option to have an array automatically add an _id field with new ObjectId per element if its an array of object. In our use cases, we mostly update/delete items by their _id. In the case where we...
Guest about 3 years ago in Compass 0 Submitted

Allow for specifying config file path.

Currently, the config for Atlas CLI lives in a specific directory defined by the tool: https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-save-connection-settings/#std-label-config-toml-location While the config can be both set by CLI and ed...
Guest about 3 years ago in Atlas CLI 0 Under Consideration

Support Authentication Triggers upon user update

We would be happy to see Authentication Trigger support for UPDATES in user management. For now it seems these triggers are limited to user creation and deletion (https://www.mongodb.com/docs/atlas/app-services/triggers/authentication-triggers/). ...
Guest about 3 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Implement restrict Network access list to improve Security risk

Currently the Network access list admits to add IP addresses to allow connections from. However, we are using Private Endpoints to connect to our clusters; from Google Cloud we cannot add rules to PSC in the firewall, so this means that being in o...
Guest about 3 years ago in Security, IAM, and Compliance 0 Submitted