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

Atlas Search

Showing 180

Allow to configure/adjust the number of nodes within a regions in a multi-region Atlas search cluster

Today, i enabled an isolated search node cluster with 2 nodes for one of our cluster which is an multi-region cluster with 4 nodes in N.Virginia and 1 node in Oregon. I can see that search node cluster has added 2 nodes in N.Virginia and 2 nodes i...
Guest over 1 year ago in Atlas Search 0 Submitted

Atlas Search for time series collections

It would be nice if we could use atlas search on a time series collection
Guest over 1 year ago in Atlas Search 0 Submitted

Allow search users to bring their own encryption key

I want to use my own encryption key so I know that my search data is encrypted with credentials I manage myself
Guest over 6 years ago in Atlas Search 1 Future Consideration

Atlas Search equivalent for "should" but ignoring score

Currently to perform an "OR" check in an Atlas Search query the only available operator is "should" which contributes to score. I propose "ought" the equivalent operator, but doesn't contribute to score. Alternatively, I suggest an option to $se...
Guest over 1 year ago in Atlas Search 1 Submitted

Support Chinese Language Analyzer : Pinyin

PinYin IKAnalyzer Support For most Chinese Speaking Customer, https://github.com/medcl/elasticsearch-analysis-pinyin Is also a popular analyzer that many of our customer is using it
Guest over 3 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

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 over 3 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 over 3 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 over 3 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