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

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

F# Driver

We would like to use MongoDB with F#. There was a brief of prototype solution archived in github but was abandoned. The project I am talking about is https://github.com/mongodb-labs/mongo-fsharp-driver-prototype/pulse This is an official request ...
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Create / Update LabVIEW Driver

There seem to not exist any official LabVIEW Drivers / VIs for MongoDB. There do exist some LabVIEW VIs for MongoDB that work very well based on a C# DLL: https://github.com/RBXSystems/mongo-labview-driver/tree/master/CSharp/bin. However those o...
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Atlas search Index is not updating.

Each time I perform CRUD operations in my collection, the Search Index doesn't update immediately. Instead, it takes a considerable amount of time. This issue significantly hampers the progress of my project. Any suggestions for improvement would ...
Guest about 2 years ago in Atlas Search 0 Submitted

Improve Search Query Templates in Search Tester

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

Configure Search Relevance or Results Ordering in the UI

I want to be able to configure search relevance or the order of results with a n Atlas UI module and no code.
Guest over 4 years ago in Atlas Search 1 Submitted

Give better stats on Atlas Search indexes

If I work hard enough at it I can see how much memory, CPU, etc. Atlas Search takes up on a cluster but I really want to know other more basic stats like how many searches were performed over X period of time and which searches didn't have any res...
Guest over 6 years ago in Atlas Search 0 Submitted

Reindex from a given place in our index

We want to be able to apply an index configuration change that we know applies only to new data we placed in our index a couple weeks ago. It appears we have to re-index the entire collection over again to apply our index config change. We'd love ...
Guest over 6 years ago in Atlas Search 0 Future Consideration