Browse Source

doc : update

pull/13/head
oof1lab 7 years ago
parent
commit
6e7c3d0586
  1. 2
      README.md

2
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

Loading…
Cancel
Save