I tried ``` User.findAll({where: {tags: {"contains": "a"}}}).then(..) ``` But got ``` error ReqlDriverError {message: "Annonymous function returned `undefined`. Did you forget a `return`?"} ``` It works in `filter()` though. So it seems that the adapter does not support "contains" keyword?