From 84e1b140af2a9844639c9ebb9495145457f5a9fd Mon Sep 17 00:00:00 2001 From: sylvainlap Date: Fri, 20 Oct 2017 10:09:21 +0200 Subject: [PATCH] add ilike operator --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 89c0d24..a2a5da6 100644 --- a/src/index.js +++ b/src/index.js @@ -19,7 +19,8 @@ const OPERATORS = { $lte: '<=', $gt: '>', $gte: '>=', - $like: 'like' + $like: 'like', + $ilike: 'ilike' }; // Create the service.