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

Feedback

Showing 184 of 4027

Percolator/reverse search

Ability to store queries that allow you to supply a document and return the queries that match it.
Guest over 4 years ago in Atlas Search 0 Submitted

Allow the option to mention the number of search results needed

I would like to get only the top scored 1000 or 2000 records while doing the search. Currently this is 2 step process : $search and then use the $limit stage.
Guest over 4 years ago in Atlas Search 1 Submitted

Add Atlas Search metrics into integration with Datadog

Problem Statement, Atlas Search metrics (https://docs.atlas.mongodb.com/view-atlas-search-metrics#atlas-search) are not sent to Datadog (Datadog's MongoDB Atlas integration (https://docs.datadoghq.com/integrations/mongodb_atlas/)). Proposal, Add ...
Guest almost 5 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 about 4 years ago in Atlas Search 0 Future 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 about 6 years ago in Atlas Search 1 Future Consideration

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 about 3 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 about 3 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 about 3 years ago in Atlas Search 0 Submitted

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