deleteMany and updateMany
Add the ability to deleteMany and updateMany.
deleteMany should be relatatively easy. It could be added as a simple button to the find and aggeregations views.
Update many might be more tricky to resolve.
Obviously deleteMany and updateMany could be resolved by using the Mongosh CLI in Compass. Perhaps adding a "send query to CLI"-button could be helpful, so its quick and easy to move an existing query to the CLI and then manually modify it.
These features were released in Compass version 1.42.0
-
AdminBetsy (Admin, MongoDB) commented
Hi Rune, I'm excited to share that these features were released in version 1.42.0 of Compass! Below I've linked our documentation to help you get started with these features.
Bulk updates: https://www.mongodb.com/docs/compass/current/documents/modify-multiple/
Bulk deletes: https://www.mongodb.com/docs/compass/current/documents/delete-multiple/