File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,15 @@ __Available filter options__
7676| Operator | Description | Example |
7777| ------------- | --------------------- | ------- |
7878| ct | String contains | name:ct: Peter |
79- | sw | String starts with | username:sq : admin |
79+ | sw | String starts with | username:sw : admin |
8080| ew | String ends with | email:ew: gmail .com |
8181| eq | Equals | level:eq:3 |
8282| ne | Not equals | level:ne:4 |
8383| gt | Greater than | level:gt:2 |
8484| ge | Greater than or equal | level:ge:3 |
8585| lt | Lesser than | level:lt:4 |
8686| le | Lesser than or equal | level:le:3 |
87- | in | In array | level:in:1 | ; 2 | ; 3 |
87+ | in | In array | level:in:1| ; 2 | ; 3 |
8888
8989### Sorting
9090Q: /users?sort[ ] =name: ASC
You can’t perform that action at this time.
0 commit comments