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 177

$bucketAuto for number facets

As a developer, I would like to have functionality for NumberFacets similar to the $bucketAuto operator, so that I can define the number of buckets I want instead of setting the boundaries myself. This function is helpful in situations where you ...
Guest about 3 years ago in Atlas Search 1 Submitted

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 over 1 year 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

Addition to search Index disk space used metrics

It would have been great if Atlas search disk metrics shares below information as well. 1. which field(s) inside the index taking more space 2. what is the frequency of index fields usage.
Guest 4 months ago in Atlas Search 0 Submitted

Feedback on the Atlas Search Visual Index Builder

How can we improve?
Guest almost 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 about 4 years 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 about 4 years ago in Atlas Search 0 Will Not Implement

Analzye Endpoint or Analysis Screen

Please show how an index is analyzed based on a given index definition.
Guest about 5 years ago in Atlas Search 2 Planned

Ability to choose what to dynamically index

When using dynamic mapping, it would be useful for better control on the index to allow choosing which index types are created. Exemple: dynamic: true // Map all fields dynamic: false // Don't use dynamic mapping dynamic: ["string","bool"] // O...
Guest over 1 year ago in Atlas Search 0 Submitted

Allow $match syntax in $search queries

Currently, I am re-writing my queries that were previously using $match + $text queries using $search + compound. Firstly, this is a fair bit of work depending on the number of match clauses etc. Secondly, not all the operators that $match support...
Guest almost 4 years ago in Atlas Search 1 Submitted