Support for findOneAndUpdate
with an aggregation pipeline
#385
Labels
findOneAndUpdate
with an aggregation pipeline
#385
According to https://www.mongodb.com/docs/upcoming/reference/method/db.collection.findOneAndUpdate/
findOneAndUpdate
also supports defining an aggregation pipeline for the update.This is also supported by the java client, it's the variant taking a
List<Bson>
as a parameter for the update.The text was updated successfully, but these errors were encountered: