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 3967

Allow $search to be a later stage in the aggregation pipeline

Currently $search is required to be the first stage in the aggregation pipeline. It would be more intuitive if we could use after other operators, such as $match.
Guest over 5 years ago in Atlas Search 9 Submitted

Allow autocomplete search on multiple fields using a wildcard path or by specifying multiple fields in the path

Currently, (unlike the text operator) the autocomplete operator does not accept a path which is an array of field names. Also, a wildcard path ("path": {"wildcard": "*"}) cannot be specified for an autocomplete query. Therefore, the only way to pe...
Guest about 5 years ago in Atlas Search 10 Will Not Implement

Please support on-prem installations

Can we get Search on-prem? Is this always going to be an Atlas-only feature?
Guest over 6 years ago in Atlas Search 27 Started

Support for nested datatype search

It appears that Atlas Search does not yet support nested documents in arrays like MongoDB https://docs.mongodb.com/v4.2/reference/operator/query/elemMatch/
Guest over 6 years ago in Atlas Search 3 Started

Support Decimal128

Enable indexing and querying of near and range operators for Decimal128.
Guest over 5 years ago in Atlas Search 10 Future Consideration

Target $search queries to specific shards

Currently, sharded $search queries are scatter-gather queries and they cannot be targeted to specific shards. This is an enhancement request to target $search queries to specific shards, and thereby make them more efficient/performant.
Guest over 4 years ago in Atlas Search 2 Submitted

Support more complex groupings in facets

The facet collector groups results by values or ranges in the specified faceted fields and it currently returns the **count** for each of those groups. However, besides counting, it would be good to have facets also support more complex groupings,...
Guest almost 4 years ago in Atlas Search 3 Submitted

Support for Index Partitions

When I reach Lucene's 2 billion document limit, I would prefer to partition my index instead of being forced to Shard my database.
Guest about 3 years ago in Atlas Search 2 Submitted

Atlas Search on serverless instances

Hi, I'd like to use Atlas Search on Atlas Serverless.
Guest about 3 years ago in Atlas Search 2 Submitted

geoWithin metadata reporting searchDistance

Using geoWithin in the $search aggregation pipeline lets me use the search indexes, but it doesn't let me see the distance. I'd love to have a distanceField or perhaps a $meta that reports searchDistance similar to the one we have for searchScore
Guest about 4 years ago in Atlas Search 2 Submitted