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

Make database clusters available to Grafana as datasource

We recently were trying to use timeseries collection to report some metrics and wanted to use atlas database clusters as datasource in Grafana. There exists a payed plugin from Grafana itself which is unfortunately only usable in conjunction with ...
Guest over 3 years ago in Drivers & Frameworks 2 Will Not Implement

Add support for new pagination feature

Please add support for new pagination features explained here: https://www.mongodb.com/docs/atlas/atlas-search/paginate-results/
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Pre-Compiled Synonyms Collections

There are many instances where the synonym-related needs of users are similar. For instance, in the case of names, Robert, Rob, and Bob are considered synonymous for some use cases.
Guest almost 4 years ago in Atlas Search 1 Submitted

atlas search null

A string or number data type that has the value 'null' is returned and is not excluded even with filtering with query: 'null' entry. The $exists and $compound operators may benefit from excluding fields that have a value of 'null' but not exactly ...
Guest almost 4 years ago in Atlas Search 0 Submitted

Allow scoring with real word frequency (instead of word frequency per shard)

We are migrating from ES and there is an option when having a few documents to do a first query to return the term frequencies for all shards and then do the normal query using these frequencies to calculate the score. The option is called "?sear...
Guest almost 4 years ago in Atlas Search 0 Submitted

Support unstructured text entity recognition

We have unstructured text and would like Atlas Search to detect important entities so that we can use them for relevance and ranking
Guest almost 6 years ago in Atlas Search 0 Submitted

nested facets

in elastic we can do complex nested facet groups such as "aggs": { "resellers": { "nested": { "path": "resellers" }, "aggs": { "min_price": { "min": { "field": "resellers.price" } } } } } It would be nice to see the same functional...
Guest almost 4 years ago in Atlas Search 1 Submitted

Configure Alert "Insufficient disk space to support rebuilding search indexes" via API

Currently, it's not possible to configure the alert "Insufficient disk space to support rebuilding search indexes" via API (and therefor also not by terraform). When setting the respective eventTypeName "HOST_DISK_SPACE_INSUFFICIENT_FOR_SEARCH_IN...
Guest almost 4 years ago in Atlas Search 0 Submitted

allow atlas search for serverless instances

As of now, atlas search is not allowed for serverless instances, but many people using serverless instances and they atlas search to perform some advanced search queries.
Guest almost 2 years ago in Atlas Search 0 Submitted

Better handling of circular reference serialization in Java

Given 2 generic POJOs that include references to each other such as: package com.example; public class Course { Student _student; public void setStudent(Student student) { _student = student; } public Student getStudent() { return _stu...
Guest almost 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted