We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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?
filter()