Hello Community.
I am migrating an application from using reactivemongo driver to using the official mongo scala driver. I am having trouble migrating a bulk update from reactivemongo which can accept multiple updates with each update having its own filter. As far as I know, updateMany in the official driver use only one filter. Did I miss something in the documentation? Are there other ways to do a bulk update with different filters (aka Where clause) for each update?
Many Thanks.