meteor-feature-requests
meteor-feature-requests copied to clipboard
Support arrayFilters in MiniMongo
Since MongoDB 3.6 there is a feature where you can provide more complicated array queries through arrayFilters argument to update. Ideally, this should be available through MiniMongo as well.
This? https://github.com/meteor/meteor/pull/9721
I think this was an attempt, yes.