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 60

Add ability edit query syntax in Atlas UI

Right now you can only test simple queries in the Search Tester. I'd like to edit the query syntax to test more complex queries without the need to connect the cluster through Mongo Shell.
Guest about 4 years ago in Atlas Search 0 Completed

Allow sort by boolean fields

When creating indexes and sorting with "normal" queries, it is possible to index/sort on a boolean field. I was hoping to do this with Atlas Search Sort as well, but it only supports date, number and token (string). While workarounds are availab...
Guest over 2 years ago in Atlas Search 2 Completed

Wildcard Atlas Search

We put a large amount of data inside of Atlas Search but don't always know where a field actually exists. For example we might have a field that is indexed but is several objects deep, and without knowing the path notation to that field we can't f...
Guest about 6 years ago in Atlas Search 1 Completed

Atlas Search Custom Analyzers

We want the ability to create our own custom analyzers in Atlas Search. It seems like the option might be there as there is a Define Analyzers button but it is not documented and the syntax does not match what I would expect to be valid, resulting...
Guest about 6 years ago in Atlas Search 4 Completed

Deploy Atlas Search from Terraform

Add the necessary resource types to the mongodb_atlas Terraform provider to enable Atlas search indexes to be deployed by Terraform. This is needed as we need MongoDB apikey to call the API.
Guest over 4 years ago in Atlas Search 0 Completed

Function scores for Search

Elastic allows you to do to function scores, which allow us flexibility in manipulating results during certain queries. is this coming to Atlas Search? https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query...
Guest about 6 years ago in Atlas Search 1 Completed

Atlas Search Query Profiler/Explainer

Similar to How in MonogDB you can perfrom db.collection.find().explain() or how in Elastic you have the Explain API (https://www.elastic.co/guide/en/elasticsearch/reference/current/search-explain.html) It would be great to know how scores are arr...
Guest about 6 years ago in Atlas Search 0 Completed

Support ngrams and edge ngrams

We leverage ngrams and edgengrams in Elastic. We need to have these in order to perform the same searches in Atlas Search: https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-ngram-tokenizer.html https://www.elastic.co/guide...
Guest about 6 years ago in Atlas Search 1 Completed

Allow $elemMatch inside $search

When searching array of objects inside document, it'll be useful if we have a similar operator like $elemMatch
Guest about 4 years ago in Atlas Search 0 Completed

Allow indexing of synthetic fields

In order to work around some of the inherent limitations of the Atlas Search capabilities, it would be very useful if we could define and index arbitrary synthetic fields using any normal MongoDB functions & operators. All other Atlas Search c...
Guest over 2 years ago in Atlas Search 1 Completed