Update all the records matching filters to new values from the AA.
Does not use IDs of any existing cached data, simply uses the specified filter in an UPDATE query.
p.where("posts > 500").updateAll(["rank": "Frequent Poster]);
See Implementation
Update all the records matching filters to new values from the AA.
Does not use IDs of any existing cached data, simply uses the specified filter in an UPDATE query.