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

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

Aggregation pipelines history for recently used aggregations.

Aggregation pipelines that have been used recently should also be saved similar to how search queries are stored.
Guest about 2 years ago in Compass & Data Explorer 1 Submitted

Clickable URLs

Please make urls in documents clickable. It really helps when integrating with object saving services like AWS S3
Roman Shmigelsky about 1 year ago in Compass & Data Explorer 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

Add a code editor to save and load MongoDB scripts with MongoDB Compass

For now, there is only a shell but why not have an editor with a MongoDB file extension so we can save and load MongoDB scripts like with MySQL Workbench?
Guest about 4 years ago in Compass & Data Explorer 0 Submitted

saved queries with date difference

When saving a query that was performed wit ha relative time ( e.g., {$gt:new Date(Date.now() - 24*60*60 * 1000)}} ) Save it (to history and to favorites) with the relative expression. Currently, the expression is first calculated to an actual da...
Guest about 3 years ago in Compass & Data Explorer 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

Comment Mode off by default

I'd like to turn off comment mode in the aggregations view by default. Currently this setting does not persist and comment mode is always enabled by default when you create a new aggregation pipeline.
Guest about 2 years ago in Compass & Data Explorer 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 over 4 years ago in Atlas Search 1 Submitted