Skip to content

Commit

Permalink
format readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ngabor84 committed May 9, 2017
1 parent 9260ade commit cb90aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ __Available filter options__
| Operator | Description | Example |
| ------------- | --------------------- | ------- |
| ct | String contains | name:ct:Peter |
| sw | String starts with | username:sq:admin |
| sw | String starts with | username:sw:admin |
| ew | String ends with | email:ew:gmail.com |
| eq | Equals | level:eq:3 |
| ne | Not equals | level:ne:4 |
| gt | Greater than | level:gt:2 |
| ge | Greater than or equal | level:ge:3 |
| lt | Lesser than | level:lt:4 |
| le | Lesser than or equal | level:le:3 |
| in | In array | level:in:1 | 2 | 3 |
| in | In array | level:in:1|2|3 |

### Sorting
Q: /users?sort[]=name:ASC
Expand Down

0 comments on commit cb90aaa

Please sign in to comment.