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

Showing 207 of 4027

Support filtering by empty array

Atlas Search should support matching a fields set to an empty array. This behavior is not supported by either of the `exists`, `equals`, or `in` operators, and is a very common use case. https://search-playground.mongodb.com/tools/code-playground...
Guest over 1 year ago in Atlas Search 0 Submitted

Atlas Search Local Deployment Lucene Indexing Latency of 1s

We are unit testing our Java application using the (awesome!) Atlas Search Local Deployments. However, we are seeing a longer delay than we'd like between the time we add data to a collection and the time it is searchable in the Atlas Search Luce...
Guest almost 2 years ago in Atlas Search 1 Submitted

Number of documents per Facet

It would be nice to have a number of matched documents total per Facets when doing a $searchMeta query and not only the count within the buckets itself. We cannot add all bucket counts as documents can be in multiple buckets leading to inconsisten...
Guest 8 months ago in Atlas Search 0 Submitted

Usage of vectorSearch in more complex use cases

I am thinking of how to implement semantic search in existing and more complex applications. For example, i have an application with a search input field for regular fulltext search and dynamic filters that are generated with the help of facets. T...
Tom Richter 4 months ago in Atlas Search 0 Started

Atlas search to provide the ability to query number (long/double) fields

When querying mongo using atlas search, today it requires that the query parameter be a string. Ideally, I would like to be able to also search using numbers. Our stakeholders want the ability to type into a dropdown select field , type a number, ...
Guest almost 5 years ago in Atlas Search 3 Planned

Multi Region S3 BlockStore

On an S3 Blockstore, right now we are able to stick to only one region backup because S3 do not support versioning & Replication. For an high availability systems a backup also needs to be in multiple regions. If we could add the following th...
Guest over 3 years ago in Backup & Restore 0 Submitted

When Terminate Button is pushed in the Ops Manager UI, issue a warning

A valid UI button such as Terminate, should not cause a lot of uncertainty. Currently, when an user clicks Terminate, there is no guarantee the Terminate will complete or it will go on for hours, in some cases over days. The user needs to be warn...
Guest 8 months ago in Backup & Restore 0 Submitted

Provide signed docker images for atlas search local

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. What would you like to see happen? Describe the desired outcome or enhancement. Why is this important to yo...
lawrence Mwaniki 4 months ago in Atlas Search 0 Started

Ability to Upsert an Atlas Search Index

Currently, it is possible to use `createSearchIndex` and `updateSearchIndex` to create and update search indexes, respectively. It would be beneficial if the `updateSearchIndex` allowed for **upsert** functionality, so that if the index does not e...
Guest about 2 years ago in Atlas Search 0 Submitted

How to tokenize email field?

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. I want to tokenize an email. For example, here is an email address: jack.ma@gail-abc.ws.com, and can be tokenized as the b...
Chaoyang Zhu 5 months ago in Atlas Search 1 Future Consideration