Slide 44
Slide 44 text
hook.collection('books').
where("author", "Douglas Crockford").
where("name", "like", "%javascript%").
update({
isbn: "978-0-596-51774-8"
}).
then(function(data) {
console.log(data.success)
// => true
console.log(data.affected)
// => 1
})
collection().update
hook-ext/security.yaml