From 6e7c3d0586bcc39d05f904625d7c7ad3ae182954 Mon Sep 17 00:00:00 2001 From: oof1lab Date: Tue, 14 Nov 2017 18:46:30 +0530 Subject: [PATCH] doc : update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a89e474e58..2d1c1a21a3 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ nlike - 'not like' - (colName,nlike,~name) note: use ~ in place of % #### Use of comparison operators ``` -/api/payments?_where=(checkNumber,eq,JM555205) +/api/payments?_where=(checkNumber,eq,JM555205)~or((amount,gt,200)~and(amount,lt,2000)) ``` #### Logical operators