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.
We’ve upgraded our feedback system to better capture, track, and act on your feedback. Here’s what you need to know:
|
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. |
The Data Explorer query input field is constrained to a fixed height and width. When a query exceeds the visible area, horizontal scroll bars appear and consume most of the input space. This makes the query text effectively unreadable and difficult to edit. Since MongoDB queries are JSON-based and commonly multi-line, the current single-line, fixed-size input is fundamentally mismatched to real-world usage. |
|
What would you like to see happen? Describe the desired outcome or enhancement. |
Replace the fixed-size query input with a multiline, resizable text area that:
Optionally, enhance it further with:
|
|
Why is this important to you or your team? Explain how the request adds value or solves a business need. |
For teams that regularly write, debug, and share non-trivial MongoDB queries, the current UI significantly slows productivity and increases error risk. Poor visibility makes it hard to reason about query structure, especially with nested operators like As a result:
For engineers, DBAs, and support teams who rely on Data Explorer daily, this is a usability blocker rather than a minor inconvenience |
What steps, if any, are you taking today to manage this problem? |
Currently, we work around the limitation by:
These are inefficient workarounds and defeat the purpose of having a capable web-based query interface. |