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

Rename Database function

Subject: Feature Request: Add Support for Renaming a Database Dear MongoDB Team, I appreciate the great work you’ve done with MongoDB—it’s a fantastic database solution that continues to evolve and improve. However, I would like to suggest a fea...
Guest about 1 year ago in IDEs 0 Submitted

Support min-max computation for number and date fields, within Atlas Search

Currently, the `$min` and `$max` aggregation operators can be used in a number of aggregation pipeline stages, in order to find min/max values for fields. It would be great if either these operators were supported within `$search`, or if there was...
Guest about 4 years ago in Atlas Search 0 Submitted

Ability to choose what to dynamically index

When using dynamic mapping, it would be useful for better control on the index to allow choosing which index types are created. Exemple: dynamic: true // Map all fields dynamic: false // Don't use dynamic mapping dynamic: ["string","bool"] // O...
Guest almost 2 years ago in Atlas Search 0 Submitted

Add usually Collection to used list

No description provided
Guest over 2 years ago in IDEs 0 Submitted

Display the time it took for queries

Similar to any other MongoDB tool, I would like to know how much it took me to run the specific query/count and so on. It would be nice to also have a timer that indicate how much time it been running for (when the query taking too much time).
Guest about 3 years ago in IDEs 0 Submitted

Enable code block with connection to choose and run icon

Like python notebooks, it would be very helpful to have code blocks to run and select database. like the image shown
Guest almost 2 years ago in IDEs 1 Submitted

Add noData to $sort aggregation

Atlas Search does have the option to change the behavior for null and missing values within a search with noData: highest or noData: lowest. It would be great if the $sort aggregation stage would support this as well.
Guest 8 months ago in Atlas Search 0 Submitted

Support full Lucene Query Parser syntax in $search

I’m looking to expose “power user” queries through our UI, but the queryString operator only works on string data types, and is somewhat too simplistic for this purpose. Obviously, accepting raw user inputs and directly building a query from it i...
Guest over 3 years ago in Atlas Search 1 Submitted

Grouping in $search

Add grouping capability to search so that it can be as performant as the search itself. A separate group stage is not performant at all and is unusable.
Guest about 3 years ago in Atlas Search 1 Submitted

Conditional confirmation prompt

I want to configure which connection should have a confirmation prompt before running a playground command. For ex., no prompt for the development database, yes prompt for the production database.
Guest almost 6 years ago in IDEs 0 Submitted