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 531 of 3939

search index local compass 27017 port

Could build a new feature that search index could be used on localhost:27017? Now I have to use atlas deployment setup to build a new local database, which is unnecessary for my work.
Guest over 1 year ago in Compass 2 Will Not Implement

Provide an UI option to limit Compass to a single database connection by setting the maxPoolSize to 1 in the driver

There are some authentication setups in the field that require customers to approve every attempt to use their external credentials (such as LDAP passwords) via manual interaction with an MFA vendor's app (a good example would be Okta Verify). Wh...
Andrey Brindeyev over 4 years ago in Compass 0 Started

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

Support ssh certificates when connecting via ssh

Per this forum post https://www.mongodb.com/community/forums/t/ssh-certificates-with-mongo-compass/204504 Compass does not support the use of ssh certificates.
Guest almost 3 years 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

Could you please make the two sides of the main interface slide?

Thank you for your guys made such great application and let us use it for free. I have a little idea for improve the usability of mongodb compress. It hard to figure out a collection when we have a bit longer name of collections, please kindly f...
Guest almost 6 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

Generate jsonSchema Validation Based on Schema Analysis

Since Compass already provides a schema analysis, it would be useful if that analysis could be used generate jsonSchema. The result could be a starting point for the Validation tab or used in other tools such as https://hamidihamza.com/Angular6-js...
Guest about 6 years ago in Compass 1 Planned