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 of 3997

Allow indexing of only part of a collection

Would be great to be able to create an Atlas Search index that only indexes part of a collection (like partialFilterExpression for a regular index). This would be valuable in situations where a collection is quite large (which would create a lot o...
Guest over 2 years ago in Atlas Search 0 Submitted

Ability to randomize score

I would like to be able to add randomness to the search results' score.
Guest over 2 years ago in Atlas Search 0 Submitted

enable $and operator for multiple words in a search term (not only $or)

It seems a commonly needed ability to decrease the amount of results from a multi-word search query instead of expanding it, since the default operator for every word is $or. If there could be a built-in $and option it will be great. Thank you.
Guest almost 4 years ago in Atlas Search 1 Submitted

Support sorting on fields of matching embedded documents

The Atlas search functionality allows matching and returning embedded documents from within array fields. However, there is currently no way to sort the results based on a field within the matching embedded documents. This presents problems for q...
Guest over 1 year ago in Atlas Search 0 Submitted

Ablity for serverless should be provided

Nothing
Guest over 1 year ago in Atlas Search 0 Submitted

Official React Component for Atlas Search

One of the reasons Algolia got so popular might be the fact that they provided instantsearch.js. The library was really easy to get started and intuitive to understand. I read the Atlas Search's great tutorial(1) and watched the video(2) and clon...
Guest over 5 years ago in Atlas Search 1 Submitted

Implement basic aritmetic operations for the Decimal128 datatype

Feature Request: Implement basic aritmetic operations (e.g. addition) for the Decimal128 datatype. Context: I am working with high precision floats in Python and I am storing my data in MongoDB. When I get a high precision float out of MongoDb, ...
Guest over 1 year ago in Atlas Search 0 Submitted

Implement basic aritmetic operations for the Decimal128 datatype

Feature Request: Implement basic aritmetic operations (e.g. addition) for the Decimal128 datatype. Context: I am working with high precision floats in Python and I am storing my data in MongoDB. When I get a high precision float out of MongoDb, ...
Guest over 1 year ago in Atlas Search 0 Submitted

RBAC for Atlas Search

Atlas Search Indexes can only be managed via MongoDB credentials (Terraform or API calls), with required role "Project Data Access Admin" (see https://docs.atlas.mongodb.com/reference/api/fts-indexes-create-one/#required-roles ). It would be great...
Guest over 4 years ago in Atlas Search 0 Submitted

wildcard path support for range operator

Currently wildcard path can be constructed to 4 operator(text, phrase, wildcard and regex). Some use cases will be there to use the wildcard path for numeric which can be used by range operator { a : { "6578ghg" : { value : "not 55" } } } { a : {...
Guest over 4 years ago in Atlas Search 0 Submitted