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

Ability to generate a list of all clusters

No description provided
Guest about 5 years ago in Atlas Search 0 Submitted

Allow ability to exclude specific fields from Atlas Search

In order to reduce index size and improve performance, we should be able to exclude specific fields from the Atlas Search index.
Guest about 5 years ago in Atlas Search 1 Submitted

Additional function scores decay functions: exp & linear

Atlas Search currently only supports gaussian decay function for function scores. In 4 out of 5 of our use cases exp would be a much more natural choice. https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-que...
Guest over 2 years ago in Atlas Search 0 Submitted

JVM Driver - Implement CRaC interfaces into connection pool to allow for database access in an AWS Lambda function startup with SnapStart

See AWS Docs here - https://docs.aws.amazon.com/lambda/latest/dg/snapstart-runtime-hooks.html Essentially, the pool should disconnect all open connections when saving state to prevent accidental connection reuse.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Support for FilterDefinition as part of Atlas Search/$search

Allow the Search Function to accept a FilterDefinition object and/or a SortDefinition object to do the filtering/sorting as part of the Search routine instead of it being in a unique format only to search.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add truncate collection button, delete documents older than...

In the old interface we can truncate collections without using additional software, just using WEB GUI to keep small database size. It would be nice to have the ability to delete older documents. This option is usable for IOT or medical implementa...
Guest over 5 years ago in Atlas Search 3 Submitted

Token filter that removes duplicated entries

Create a token filter or a tokenizer or even an option that removes duplicate words in fields to avoid misleading scoring. For example: if I insert a document with a property "Testing testing document", another with "Testing example" and a third...
Guest over 2 years ago in Atlas Search 0 Submitted

knnBeta Limitations and Syntax

I tested the new knnBeta operator today and it worked so far. Can we expect the current operator limitations to be gone by release? The current limitations make it virtually impossible to use the knn operator as a replacement for previous text ope...
Tom Richter over 2 years ago in Atlas Search 3 Submitted

wildcard paths in index specifications

It would make index specification easier in some cases if wildcards were possible in the paths. Yes we have dynamic indexing, but to keep the index size minimal and to be more flexible I want to index only the fields I really need. Consider the fo...
Tom Richter over 2 years ago in Atlas Search 0 Submitted

Add support for directly marshaling arrays and slices to Extended JSON

The Extended JSON encoder does not support encoding arrays and slices by themselves. The decoder does support decoding JSON arrays into slices. Add support for encoding arrays and slices to a JSON array.
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement