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 140 of 4027

Pin Connection to Playground

I would like to be able to switch across playgrounds that are contextually associated with different connections without having switch connections globally. So, I connect one playground with one connection, I open another playground for another c...
Guest almost 2 years ago in IDEs 0 Submitted

Add Relaxed mode support for the $out operator

Add Relaxed mode support for the $out operator. *and include as option in the existing drivers
Guest almost 2 years ago in Querying & Aggregations 0 Submitted

Aggregations should allow an empty sort stage instead of returning an error

When you run an aggregation pipeline that contains an empty sort stage (like `{"$sort": {}}`) MongoDB returns the error message "$sort stage must have at least one sort key". It would be really helpful if such a stage would work and simply not app...
Guest almost 2 years ago in Querying & Aggregations 0 Submitted

Connection & DB colors

please add connection and database coloring which applies to explore list, opened tabs and playground files. Intellij and Navicat both support this feature which prevents any confusion about test and deployment server.
Guest over 3 years ago in IDEs 1 Submitted

show/hide setting for the info line in the file tab

I can see the potential in this tiny feature but for my, seeing unrelated info line text in the file is distractions, and I will appreciate a setting to hide or show this info line in the file I searched in the setting but did not find any setting...
Guest almost 2 years ago in IDEs 0 Submitted

Improve Performance of Result Display - Stream Results to JSON Display

It looks like currently the playground results don't appear until the full set is collected from the server. This is extremely slow sometimes depending on the latency to the cluster and document size. As soon as you have one document returned in ...
Guest almost 2 years ago in IDEs 0 Submitted

Intellisense for playground code

Hovering over getCollection and other supported methods doesn't show any intellisense. This would save us time from having to go to the docs and looking that method up. Also the sort method which I think its a normal JavaScript method doesn't show...
Guest almost 4 years ago in IDEs 0 Submitted

show last 'n' entires

An option to show last 'n' records. Currently, we have an option to see 10 at a time and then click on 'show more' for every 10 records which is tedious. An option to show last n would help a lot.
Guest about 2 years ago in IDEs 0 Submitted

Sorting support on Array fields.

Presently, I'm attempting to arrange(sort) the documents within my collection based on a key nested within an array object. However, sorting isn't functioning as expected in this scenario. A proper explanation with example is here what I mean. ht...
Guest about 2 years ago in Querying & Aggregations 0 Submitted

JSON

I'm converting a lot of data for export from MongoDB -> Postgresql I would like an aggregation function to convert an object to JSON { "$addField": { "_id": true, "json": { '$convert': { 'input': '$subdocument', 'to': 'json', # // Id...
Guest about 2 years ago in Querying & Aggregations 0 Submitted