Created
February 20, 2016 15:33
-
-
Save andrewjmead/530a2c2d20db1f08347c to your computer and use it in GitHub Desktop.
Joren Query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var description = 'something Here'; | |
| Todo.findOne({ | |
| where: { | |
| $and: [ | |
| Sequelize.where(Sequelize.fn('lower', Sequelize.col('description')), sequelize.fn('lower', description)) | |
| ] | |
| } | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment