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 158

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

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 almost 4 years ago in Atlas Search 2 Submitted

Persist Atlas search indexes post restart

We have a large collection on which we have a large Atlas Search index on a Workload Isolation node. In the lower environments we pause overnight to save cost. Upon restarting, the large index has to rebuild, it was taking 10hrs and this was wipin...
Guest 4 months ago in Atlas Search 0 Submitted

Add noData to $sort aggregation

Atlas Search does have the option to change the behavior for null and missing values within a search with noData: highest or noData: lowest. It would be great if the $sort aggregation stage would support this as well.
Guest 2 months ago in Atlas Search 0 Submitted

Provide the ability to auto-scale dedicated search nodes

Currently, dedicated search nodes in Atlas Search cannot be auto-scaled. This is a feature request to introduce the ability to auto-scale dedicated search nodes.
Guest almost 2 years ago in Atlas Search 1 Submitted

Mutli-select faceting / facets should not affect their own filter field

I want to build multi-select facet without having to run separate queries to calculate bucket counts for each active filter. Described in detail here: https://yonik.com/multi-select-faceting/
Guest over 2 years ago in Atlas Search 2 Submitted

Non-sequential or Deep Pagination

I want to be able to paginate results in non-sequential order, e.g. Skip from page 1 to 5, or skip from first to last page of results
Guest over 1 year ago in Atlas Search 0 Submitted

Support filtering by empty array

Atlas Search should support matching a fields set to an empty array. This behavior is not supported by either of the `exists`, `equals`, or `in` operators, and is a very common use case. https://search-playground.mongodb.com/tools/code-playground...
Guest over 1 year ago in Atlas Search 0 Submitted