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

All feedback

Edit Query Bar/Aggregation Pipeline in Embed

Currently, the Embed SDK's filtering happens after the aggregation pipeline — which means it is useless for filtering the input to the aggregation pipeline. Say, if I only want to aggregate documents between certain dates, or has a field equal to...
Guest over 3 years ago in Charts 0 Submitted

Atlas Metrics Tab to display the timezone as part of the date fields

Atlas Metrics Tab to display the timezone as part of the date fields
Guest almost 2 years ago in Under Review 0 Submitted

Asynchronous variant of IIdGenerator

We have use cases where IDs assigned to documents are generated by an external service. Communication with the external service is asynchronous. We have created custom IIdGenerator implementations for this purpose, and they work, but unfortunately...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Parallelize unionWith

Today $unionWith aggregation command is executed sequentially. EG first we query collection A and then collection B and then the union occurs. The process should be parallelized so the query part will run in parallel while the union will be done a...
Guest almost 2 years ago in Performance & Optimization 0 Submitted

Atlas Search equivalent for "should" but ignoring score

Currently to perform an "OR" check in an Atlas Search query the only available operator is "should" which contributes to score. I propose "ought" the equivalent operator, but doesn't contribute to score. Alternatively, I suggest an option to $se...
Guest almost 2 years ago in Atlas Search 1 Submitted

Ops Manager Base URL should support custom paths/sub-directories

It may be desired to place Ops Manager behind a proxy or load balancer based on a URL path (aka sub-directory or prefix). For example, an nginx location may want to proxy pass connections to Ops Manager on "location /opsmanager" Currently, the Ops...
Guest over 5 years ago in Enterprise Advanced 0 Submitted

Optional ID search fallback for ObjectID

If I search { _id: 'd7hw803h2ihdf3h97298dh3' } and the query returns nothing, I should have the option to re-query but with this instead: { _id: ObjectId('d7hw803h2ihdf3h97298dh3') } and there should be a toggle switch to automatically do this re-...
Guest almost 2 years ago in Compass & Data Explorer 0 Submitted

Use the ssh connection or the tunnel from vscode

It would be awesome to be able to use the ssh connection or the tunnel from vscode to connect to the MongoDB server
Guest almost 2 years ago in IDEs 0 Submitted

Support Chinese Language Analyzer : Pinyin

PinYin IKAnalyzer Support For most Chinese Speaking Customer, https://github.com/medcl/elasticsearch-analysis-pinyin Is also a popular analyzer that many of our customer is using it
Guest over 3 years ago in Atlas Search 0 Submitted

Support providing a hint for aggregations

Could we add the ability to provide a hint for aggregations in the aggregation builder?
Guest almost 2 years ago in Compass & Data Explorer 0 Submitted