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