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

All feedback

Showing 3956 of 3956

Make Compass update notification non-blocking

New versions are constantly available. Blocking workflow with constant prompts is frustrating. No other software does this. Put in taskbar or somewhere passive!!
Guest over 2 years ago in Compass 0 Submitted

create roles with rights on wildcard database like collections

Exemple: use admin db.createRole( { role: "UserCanCreateDbTest", privileges: [ { resource: { db: "test*", collection: "*" }, actions: [ "update", "insert", "remove" ] }, { resource: { db: "test*", collection: "*" }, actions: [ "find" ] } ],...
Guest over 2 years ago in Atlas 0 Submitted

Ability to randomize score

I would like to be able to add randomness to the search results' score.
Guest over 2 years ago in Atlas Search 0 Submitted

Make it easier to search by _id

More then half of my queries in Compass is searching by _id. Each time I have to add both curly brackets, then type '_id:' then 'Obj', select ObjectId from autocomplete and paste _id. I propose to add '_id' field in OPTIONS, where I could just pas...
Guest almost 4 years ago in Compass 1 Submitted

Flatten arrays in group stage

Have group operators to flatten document arrays into a single one with or without repeated elements. So -> doc1 = {arr: [1,2,3,4], gr: "group"}, doc2 = {arr: [5, 6, 7, 8], gr: "group"} {$group: {_id: "$gr", arrays: {$***: "$arr"} } } => {_id...
Guest over 2 years ago in Querying & Aggregations 1 Submitted

add option for skipping a version update

On MacOS (ARM), add an option for "skip this version update". Not sure, if this issue persists in other builds as well. Right now, everytime compass is launched it presents an annoying popup asking for update, and the only options are install, ...
Guest over 2 years ago in Compass 0 Submitted

Explain shell helpers for CRUD API

The .explain() method in the shell works with some write methods (update, remove, findAndModify), but it doesn't work with the newer CRUD API. The missing explain methods are: "deleteMany", "deleteOne", "findOne", "findOneAndDelete", "findOneAnd...
Guest about 5 years ago in MongoDB Shell 0 Submitted

Implement the role mapping for the MongoDB atlas teams to the Projects Using terraform

Currently terraform supports to assign single user invitation with role assignment to the projects, however we do not see any role assignment enabled for the teams & API keys. We would like to know whether this feature can be enabled in comin...
Guest over 1 year ago in Atlas 0 Submitted

Dynamic credential refresh

MongoDb Compass requires a full restart when environment variables or connection credentials (connection strting, username, password) are changed. This is inefficient for users working in dynamic environments where credentials change frequently. e...
Guest over 1 year ago in Compass 0 Submitted

enable $and operator for multiple words in a search term (not only $or)

It seems a commonly needed ability to decrease the amount of results from a multi-word search query instead of expanding it, since the default operator for every word is $or. If there could be a built-in $and option it will be great. Thank you.
Guest almost 4 years ago in Atlas Search 1 Submitted