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 178

Allow retrieval of individual score from embedded document search

When using the emeddedDocuments operator to search you get a score per document, but not per embedded document. The aggregated score is either min/max/sum/mean but what I really need is the individual score from the embedded documents in order to ...
Guest over 2 years ago in Atlas Search 0 Submitted

Improve the Search Playground

No description provided
Guest almost 2 years ago in Atlas Search 3 Submitted

expose json schema when doing dynamic mapping

It would be really helpful to see the json schema when doing dynamic mapping so I’ll be able to alter it according to my needs. Building everything from scratch takes a lot of time. I use the json editor. I want to index a lot of fields and some ...
Guest almost 2 years ago in Atlas Search 0 Submitted

add a setting to ignore the corpus term frequency for score calculation

indexOption:docs omits per document frequencies, but it still uses the corpus frequency. it would be good to have a setting to ignore the corpus frequency as well
Guest over 2 years ago in Atlas Search 0 Submitted

Atlas full text search should support searching all field types

Atlas full text search should support searching all fields types including text, dates, numbers and booleans. Atlas full text search at present supports searching in text values only. e.g. Searching for "2022" will not pick up documents that cont...
Guest over 2 years ago in Atlas Search 0 Submitted

Support for fuzzy search and synonyms

it is just possible to either, use synonms, or fuzzy search. Would be great to have both options in one search query
Guest over 3 years ago in Atlas Search 0 Under Consideration

Support additional highlighting options

Right now Atlas Search highlighting only supports text in the sentence surrounding a match, ignoring any other sentences in a field that have also been indexed. I would like to be able to change the default behavior to meet my needs.
Guest over 5 years ago in Atlas Search 1 Under Consideration

Provide a button to cancel in-progress index builds

Currently, the only option for cancelling an **in-progress** index build is to delete the index using the *"Delete Index"* menu-item in the Search Tab, or by using the [Delete an Atlas Search Index API](https://docs.atlas.mongodb.com/reference/api...
Guest almost 4 years ago in Atlas Search 0 Submitted

Ability to set a "minimum should match" in a query

I can specify a percent of terms I want to match, for instance 100% means require all terms, 66% means, only return documents that matched at least 60% of the terms. (the default is 1 term) Ex for 100% search "foo bar" "foo bar" "bar foo" "bar ...
Guest almost 4 years ago in Atlas Search 1 Submitted

Driver Support for sort option in Atlas Search Pipelines

Please add support for sort as part of Atlas search for the Java driver. The current Aggregates class doesnt have it
Guest 12 months ago in Atlas Search 1 Submitted