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

Connection Collections

Instead of having to search through a long list of connections, create folders in which related connections might be grouped?
Guest almost 2 years ago in IDEs 0 Submitted

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

Make database clusters available to Grafana as datasource

We recently were trying to use timeseries collection to report some metrics and wanted to use atlas database clusters as datasource in Grafana. There exists a payed plugin from Grafana itself which is unfortunately only usable in conjunction with ...
Guest over 3 years ago in Drivers & Frameworks 2 Will Not Implement

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 almost 4 years ago in IDEs 1 Submitted

Add support for new pagination feature

Please add support for new pagination features explained here: https://www.mongodb.com/docs/atlas/atlas-search/paginate-results/
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 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

Better handling of circular reference serialization in Java

Given 2 generic POJOs that include references to each other such as: package com.example; public class Course { Student _student; public void setStudent(Student student) { _student = student; } public Student getStudent() { return _stu...
Guest almost 4 years ago in Drivers (ie: Node.js, Java, .NET) 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 about 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 about 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