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

Prompt to save pipeline in case Compass is closed accidentally

It's a human tendency to forget to continuously save an authored pipeline while constructing it. We might create a large pipeline and forget to save it before closing MongoDB Compass. Similar, to other softwares please add a prompt to Compass in ...
Guest over 5 years ago in Compass & Data Explorer 3 Submitted

Support SSH ProxyCommand in Compass

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. To be able to access a MongoDB instance behind a proxy tunneled SSH, for example gcloud IAP proxy. Vanilla SSH can do this...
Segev Finer 3 months ago in Compass & Data Explorer 3 Future Consideration

$bucketAuto for number facets

As a developer, I would like to have functionality for NumberFacets similar to the $bucketAuto operator, so that I can define the number of buckets I want instead of setting the boundaries myself. This function is helpful in situations where you ...
Tom Richter over 3 years ago in Atlas Search 1 Submitted

Non-sequential or Deep Pagination

I want to be able to paginate results in non-sequential order, e.g. Skip from page 1 to 5, or skip from first to last page of results
Guest about 2 years ago in Atlas Search 0 Submitted

Jump to last page

A way to jump to the last page would be much appreciated - right now it shows 20 records at once, so you might need to click a lot of times, to check the last inserted. Also because refresh makes you go back to the first page!
Guest over 2 years ago in Compass & Data Explorer 1 Submitted

Support filtering by empty array

Atlas Search should support matching a fields set to an empty array. This behavior is not supported by either of the `exists`, `equals`, or `in` operators, and is a very common use case. https://search-playground.mongodb.com/tools/code-playground...
Guest almost 2 years ago in Atlas Search 0 Submitted

Aggregation Pipeline builder, allow hints

Allow setting hint to enable index debugging and optimizations
Guest over 2 years ago in Compass & Data Explorer 3 Submitted

Real-Time Free-Text Query Interface

Current Workflow Pain Points: To debug or work on a query (e.g. this query: db.collection("user").find({name: "bob"}).sort({date: -1})), I currently need to perform multiple steps: 1. Locate and select the relevant collection (which opens a new t...
Guest about 1 year ago in Compass & Data Explorer 0 Submitted

Atlas Search Local Deployment Lucene Indexing Latency of 1s

We are unit testing our Java application using the (awesome!) Atlas Search Local Deployments. However, we are seeing a longer delay than we'd like between the time we add data to a collection and the time it is searchable in the Atlas Search Luce...
Guest almost 2 years ago in Atlas Search 1 Submitted

History in the query input box removes comments from the query

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. When a search query is made and it has a comment in it. After executing the query and remove its removed, in the quick his...
Kushagra S N/A 4 months ago in Compass & Data Explorer 0 Future Consideration