#381 Fix wrong syntax when querying for release_categories.
Merged by jkaluza. Opened by jkaluza.
jkaluza/freshmaker rel-categories  into  master

Download 381.patch

The Lightblue allows $in, but the syntax we used in previous PR was wrong and we actually use $or instead of $in everywhere, so keep it consistent.

We could start using $in in the future, but we should do that on all places.

Pull-Request has been merged by jkaluza

Metadata