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

Compass

Showing 543

Allow Windows/Mac users to select Client certificate from system certificate store

No description provided
Guest over 6 years ago in Compass 0 Submitted

Add new field to document hidden

When pressing the + button to add a new field at the very last one when there is the option to show more fields, the inputs for the new one will be hidden under the 'show more'. There is no reason for this, and it could cause a lot of confusion.
Guest over 1 year ago in Compass 0 Submitted

Disable the cache feature from Compass

Every time I click some on some collection, I don't receive the actual data from the database but the cached data. In my opinion, that should not be like that, because that makes me clicking constantly on the refresh button. If I click a collecti...
Guest over 1 year ago in Compass 0 Submitted

flatpack

Hi, I have noticed in the documentation that compass .deb is for Ubuntu (is Debian not supported officially?), But as Debian (the distro I use), there are thousands of other distros unsupported. So I suggest to pack everything with flatpack (or, ...
Guest over 1 year ago in Compass 0 Submitted

Feature Request: Add simplified parallel insertion command syntax

I want to have a (maybe per server) setting dialog where I can enter a custom JS function that returns any of the mongoDB supported datatypes for the primary key (_id or id - usually String, ObjectId or NumberLong) and is then used everytime I ins...
Guest over 3 years ago in Compass 0 Submitted

Optional ID search fallback for ObjectID

If I search { _id: 'd7hw803h2ihdf3h97298dh3' } and the query returns nothing, I should have the option to re-query but with this instead: { _id: ObjectId('d7hw803h2ihdf3h97298dh3') } and there should be a toggle switch to automatically do this re-...
Guest over 1 year ago in Compass 0 Submitted

Support providing a hint for aggregations

Could we add the ability to provide a hint for aggregations in the aggregation builder?
Guest over 1 year ago in Compass 0 Submitted

allow updating of data via "add data", by importing an updated file

Right now if you export data, modify it, then try to import it, it will throw an error because the ID already exists. I want to update all those documents, not create new ones.
Guest over 3 years ago in Compass 0 Submitted

Edit facet stages

Right now, if we add a facet stage into the aggregation pipeline, we have to write the rest of the aggregation query manually. Users should be able to edit the sub-pipelines within a facet stage.
Guest about 5 years ago in Compass 1 Submitted

CRUD in recursion

i have to do some operations like delete in recursion. Any operations also may be required in recursion.
Guest over 1 year ago in Compass 0 Submitted