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

Improve error message when index definition exceeds 3KB

hen you create an index definition on the free plan that exceeds 3KB you get the following message: {"detail":"A tenant FTS index may not exceed 3 KB in size.","error":400,"errorCode":"TENANT_FTS_INDEX_TOO_LARGE","parameters":[],"reason":"Bad Req...
Guest over 4 years ago in Atlas Search 0 Submitted

Add other operators (range/TO, NOT) in queryString

I like lucene query string syntax (https://lucene.apache.org/core/8_10_1/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description). I think it is more human-readable. So, please add the range operator to it and if...
Guest over 4 years ago in Atlas Search 0 Submitted

Enhanced alerting for Atlas Search

I am looking to set up alerts for the following criteria related to Atlas Search: - Alert and metrics based on search index queue size (when we expect results to be slow to appear) - Alert when a search index is being rebuilt (when we expect degra...
Guest over 4 years ago in Atlas Search 0 Submitted

I want Drive with U !?!! Filo

Driver for a nice New World
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

SnakeCaseElementNameConvention

Please add support for snake case convention. Snake Case is super popular with API designs. https://mongodb.github.io/mongo-csharp-driver/2.13/reference/bson/mapping/conventions/
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement

Add some casting addon or function based on MongoDB's implementation of JSON Schema

Without casting addons, there is a need to iterate though each property just to check if this value needs some casting (most probably this can be easily done on type check). I´m having special troubles with Date type, as most of the time this type...
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Support "default" keyword in MongoDB's implementation of JSON Schema

Without defaults, there is a need to iterate though each property just to check if a default value is needed (most probably this can be easily done on type check). Also without defaults we need to remember checking it both in inserts and updates (...
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Display warning when loading an index definition with the Visual Editor that contains unsupported features

The Visual Editor does not currently support custom analyzer definitions or synonym mappings -- those have to be defined in the JSON Editor only for now. If an index definition that contains such unsupported feature is loaded into the Visual Edito...
Roy Kiesler almost 5 years ago in Atlas Search 0 Submitted

Don't require path on search queries

It would be nice if a path defaults to all paths in the index. For example, imagine I have a customers collections with the fields "firstName" and "lastName" and I want to create a search based on user's full name. Then I create a search index on ...
Guest almost 5 years ago in Atlas Search 0 Submitted

profiler search by db

Currently, the profiler search is for namespace.collection_name. If I would like to see how all collections for a given namespace or DB are behaving it's a very tedious task and not user friendly at all.
Guest almost 5 years ago in Atlas Search 0 Submitted