AdminBetsy (Admin, MongoDB)
My feedback
12 results found
-
50 votes
An error occurred while saving the comment -
21 votes
An error occurred while saving the comment AdminBetsy (Admin, MongoDB) commentedHi, Marc is correct. It is possible to sort query results in alphabetical order based on a field of your choice by expanding the query options. Here is a link to our documentation on sorting in Compass: https://www.mongodb.com/docs/compass/current/query/sort/
For example, if you'd like to sort the results in alphabetical order based on a field "name", you could enter {"name": 1} as your sort.
It is not currently possible to sort documents in the table view by clicking a button while viewing the document output. However, I'm curious if modifying and re-running the query is enough? -
8 votes
An error occurred while saving the comment AdminBetsy (Admin, MongoDB) commentedIn Compass version 1.43.3, we released some improvements to autocomplete that should make the suggestions more relevant and less noisy. Do you find the feature to be more helpful now? Please let us know if you have more feedback.
-
1 voteAdminBetsy (Admin, MongoDB) shared this idea ·
-
27 votes
An error occurred while saving the comment AdminBetsy (Admin, MongoDB) commentedWhile SAML is not currently supported as an authentication method, we have released OpenID Connect (OIDC) authentication in public preview. This enables Single Sign-On (SSO) authentication to a MongoDB database via Compass.
To learn more about configuring your MongoDB server with OIDC, please refer to our documentation: https://www.mongodb.com/docs/manual/core/security-oidc/
-
2 votesAdminBetsy (Admin, MongoDB) shared this idea ·
-
2 votesAdminBetsy (Admin, MongoDB) shared this idea ·
-
7 votesAdminBetsy (Admin, MongoDB) shared this idea ·
-
2 votesAdminBetsy (Admin, MongoDB) shared this idea ·
-
1 voteAdminBetsy (Admin, MongoDB) shared this idea ·
-
1 voteAdminBetsy (Admin, MongoDB) shared this idea ·
-
22 votesAdminBetsy (Admin, MongoDB) supported this idea ·
Hi, we are considering building a raw query editor. I would also like to call attention to the bulk update and bulk delete features that were added to Compass earlier this year in version 1.42.0, since that use case was raised in the original request.
Here are documentation links describing how to use these features:
https://www.mongodb.com/docs/compass/current/documents/modify-multiple/
https://www.mongodb.com/docs/compass/current/documents/delete-multiple/