Skip to content

Commit

Permalink
add ilike operator (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainlap authored and daffl committed Oct 25, 2017
1 parent 21c9f67 commit 6b1f76c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const OPERATORS = {
$lte: '<=',
$gt: '>',
$gte: '>=',
$like: 'like'
$like: 'like',
$ilike: 'ilike'
};

// Create the service.
Expand Down

0 comments on commit 6b1f76c

Please sign in to comment.