Closed ksmithut closed 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
array_filters
update_one
update_many
find_one_and_update
Thanks for getting this merged!
array_filters
are supported onupdate_one
andupdate_many
but not onfind_one_and_update
. Here's a PR that adds support: https://github.com/zookzook/elixir-mongodb-driver/pull/201