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 3939

Atlas Search Local Deployment Lucene Indexing Latency of 1s

We are unit testing our Java application using the (awesome!) Atlas Search Local Deployments. However, we are seeing a longer delay than we'd like between the time we add data to a collection and the time it is searchable in the Atlas Search Luce...
Guest over 1 year ago in Atlas Search 1 Submitted

Per-shard scaling of search nodes

With the (somewhat recent) functionality of "asymmetric sharding", i.e.: - https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/advanced-cluster-new-sharding-schema - https://registry.terraform.io/providers/mongodb/mongo...
Guest 10 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 4 months ago in Atlas Search 0 Submitted

Atlas search to provide the ability to query number (long/double) fields

When querying mongo using atlas search, today it requires that the query parameter be a string. Ideally, I would like to be able to also search using numbers. Our stakeholders want the ability to type into a dropdown select field , type a number, ...
Guest over 4 years ago in Atlas Search 3 Planned

Ability to Upsert an Atlas Search Index

Currently, it is possible to use `createSearchIndex` and `updateSearchIndex` to create and update search indexes, respectively. It would be beneficial if the `updateSearchIndex` allowed for **upsert** functionality, so that if the index does not e...
Guest almost 2 years ago in Atlas Search 0 Submitted

Update base collection of search index without Downtime

With the GA of Atlas search indexes on views, i wanted to update some of my existing search indexes to use views. Then i noticed that at the moment it is not possible to update the base collection/view of an existing search index without downtime....
Tom Richter 4 months ago in Atlas Search 0 Submitted

Feedback on the Atlas Search Visual Index Builder

How can we improve?
Guest about 2 years ago in Atlas Search 5 Submitted

Automatically recreate Atlas Search indexes on a collection after the collection is dropped and recreated or overwritten

Currently, if you use the $out aggregation stage to modify a collection with an Atlas Search index, you must delete and re-create the search index. Also, if another collection is renamed with dropTarget:true to an existing collection that already ...
Guest over 4 years ago in Atlas Search 1 Submitted

Support more types of Views

Currently, Atlas Search indexes can be created on Views which contain the $addFields, $set and $match (wrapping an $expr operation) stages. Support for additional stages would allow new use cases. If you vote for this idea, please specify which ...
Guest 5 months ago in Atlas Search 1 Submitted

Allow $match or $sort stages that follow the $search stage to use MongoDB native indexes

Currently, if there are `$match` or `$sort` stages that follow the `$search` stage, then those `$match` and `$sort` stages are unable to use MongoDB's native indexes on the fields being matched/sorted. While the [documentation recommends](https:/...
Guest over 4 years ago in Atlas Search 0 Will Not Implement