mongoengine icon indicating copy to clipboard operation
mongoengine copied to clipboard

Aggregation updates are not currently not supported in modify method

Open gowthamvbhat opened this issue 10 months ago • 0 comments

The MongoEngine documentation states that updating with an aggregation pipeline is supported in the update() method. Currently, this functionality is available in both update() and update_one() methods.

However, the modify() method does not yet support updates using an aggregation pipeline. I will be raising a PR to add support for it.

gowthamvbhat avatar Feb 16 '25 06:02 gowthamvbhat