zookzook / elixir-mongodb-driver

MongoDB driver for Elixir
Apache License 2.0
245 stars 63 forks source link

Support array_filters option for find_one_and_update #202

Closed ksmithut closed 1 year ago

ksmithut commented 1 year ago

array_filters are supported on update_one and update_many but not on find_one_and_update. Here's a PR that adds support: https://github.com/zookzook/elixir-mongodb-driver/pull/201

ksmithut commented 1 year ago

Thanks for getting this merged!