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

Search results

Showing 15

Support for wildcards in permission parameters

Support for wildcards or maybe even regular expressions in the database/collection name of a permission for a custom role. We have a multi tennant setup, by storing every customer's data in its own database on the cluster. The applications we bui...
Guest almost 6 years ago in Database 0 Submitted

Add milliseconds to Ops Manager access logs

The current logback-access.xml file only logs with second grainularity, which isn't great when trying to correlate HTTP events with other log events. I propose changing this line: %h %l %u [%t] "%X{requestUrl}" %s %b "%i{Referer}" "%i{User-Agent...
Quentin Moon about 3 years ago in Enterprise Advanced 0 Submitted

Please report mixed-type numeric _id fields in $merge stage error

Posting this idea at the request of one of the Jira users. You can find more technical details about this in the Jira issue: https://jira.mongodb.org/browse/SERVER-61613 The gist of it is that I may have two collections, `b2` and `b3`, that are ...
Guest over 4 years ago in Data Modeling & Indexing 0 Submitted

Extended JSON

Add support for Extended JSON (EJSON. For example, {$date: "2021-01-01T00:00:00.000Z"} ) such that we do not have to resort to using the ISODate helper function in the MongoDB Shell and in Compass.
Guest about 5 years ago in Database 0 Submitted

Ignore unmapped fields in pojo deserialization

A recent ticket (00664772) with the mongodb support team confirm that the following case is not handled by the Java driver: class Foo { int x; int y; } I can successfully write and read it. However, if the Document has extra fields, it cannot...
John Lilley almost 6 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted