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 156

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 almost 6 years ago in Atlas Search 9 Submitted

Sorting within nested objects. Allow filters on sort operation

Atlas search sorting currently only supports a direct sort on root level fields or nested fields indexed as type "document": https://www.mongodb.com/docs/atlas/atlas-search/sort/ Sorting cannot be done in conjunction with a filter, so a sort oper...
Guest about 1 year ago in Atlas Search 1 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 over 3 years ago in Atlas Search 2 Submitted

Support Collation for Atlas search sort

I have a use case to sort by product names (strings). We have products that start with letters and some that start with numbers. Currently, the products that begin with numbers are always at the top when you sort in ascending order. We would like ...
Tom Richter almost 2 years ago in Atlas Search 1 Submitted

Atlas Search on serverless instances

Hi, I'd like to use Atlas Search on Atlas Serverless.
Guest over 3 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 about 4 years ago in Atlas Search 3 Submitted

Support ObjectID as a datatype for search facets

I'm really interested in using search facets to boost search performance, but one of the fields that I want to filter by is an ObjectId. I believe the only supported facet types are [date, numberFacet, stringFacet].
Guest about 3 years ago in Atlas Search 2 Submitted

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

Allow faceting on boolean fields

Right now you can only facet on string, number, date fields. https://www.mongodb.com/docs/atlas/atlas-search/facet/#facet-definition I would like to also be able to facet on boolean fields.
Guest almost 3 years ago in Atlas Search 2 Submitted

Hierarchical/Multi-Level filters/facets.

As a user, I'd like to be able to compute faceted counts on multi-levels of categorization.
Guest over 3 years ago in Atlas Search 1 Submitted