Merge pull request #212 from evolross/patch-3

Possible mistake in naming of reviewedBooksCache
This commit is contained in:
Theodor Diaconu 2017-12-28 14:18:39 +02:00 committed by GitHub
commit ca787a89f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ to send them an email about a new book, or a soap opera.
```js
const dramaticUsers = Meteor.users.createQuery({
$filters: {
'bookReviewsCache.type': 'Drama'
'reviewedBooksCache.type': 'Drama'
},
email: 1,
}).fetch();