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

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

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 6 months 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 about 4 years ago in Atlas Search 1 Submitted

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

Support min-max computation for number and date fields, within Atlas Search

Currently, the `$min` and `$max` aggregation operators can be used in a number of aggregation pipeline stages, in order to find min/max values for fields. It would be great if either these operators were supported within `$search`, or if there was...
Guest almost 4 years ago in Atlas Search 0 Submitted

Support full Lucene Query Parser syntax in $search

I’m looking to expose “power user” queries through our UI, but the queryString operator only works on string data types, and is somewhat too simplistic for this purpose. Obviously, accepting raw user inputs and directly building a query from it i...
Guest over 3 years ago in Atlas Search 1 Submitted

Include product versions in Atlas Search release notes

I am creating this feedback idea in customer behalf. Customer suggests if adding product version numbers, for Atlas Search Release Notes pages. The page currently contains release dates, which does not provide sufficient information to debug Atla...
Guest about 1 year ago in Atlas Search 0 Submitted

Ability to see token output for index and query

No description provided
Guest over 1 year ago in Atlas Search 0 Submitted

Grouping in $search

Add grouping capability to search so that it can be as performant as the search itself. A separate group stage is not performant at all and is unusable.
Guest almost 3 years ago in Atlas Search 1 Submitted

Allow type 'token' in embeddedDocument

Currently, string fields in an embedded document may be indexed as type 'string' using an analyzer, e.g. lucene.keyword. It is not possible, to index a string field in an embedded document as type 'token'. Indexing as type 'token' is relevant for...
Guest about 1 year ago in Atlas Search 0 Submitted