-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
As noted in https://stackoverflow.com/questions/68100447/mongoid-limitn-ignored/68118857#68118857, limit is ignored by the update operation even if the update is chained to a limited find. The only ways an update can happen is updating one matching document or all matching documents.