Using the Mongodb compass aggregation (latest version) the documentation shows that you can do CRUD operations on a collection.
I have tried to do exactly this, and I can see the $match and then $set stage , which should add data to the collection… I can see the preview correctly, BUT the data isn’t infact updated. Does this mean that COMPASS aggregation is only a playground and doesn’t actually mutate data ?
Is this also true for VScode mongodb extension? it seems so as my $set pipeline returns correct results, but when i query the database, i see no changes being made?
where in the docs does it state that i cant do updates in COMPASS? Thank you.