Skip to content

Instantly share code, notes, and snippets.

@andrewjmead
Created February 20, 2016 15:33
Show Gist options
  • Select an option

  • Save andrewjmead/530a2c2d20db1f08347c to your computer and use it in GitHub Desktop.

Select an option

Save andrewjmead/530a2c2d20db1f08347c to your computer and use it in GitHub Desktop.
Joren Query
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