update readme
This commit is contained in:
parent
098216b3cc
commit
18bab06a44
@ -422,7 +422,7 @@ Multi filters are filters that can be applied to a single column with a comparat
|
||||
|
||||
### Examples
|
||||
|
||||
`?filter.createdAt=$gt:2022-02-02&filter.createdAt=$lt:2022-02-10` where column `createdAt` is after `2022-02-02` **and** is before `2022-02-10`
|
||||
`?filter.createdAt=$gt:2022-02-02&filter.createdAt=$lt:2022-02-10` where column `createdAt` is after `2022-02-02` **and** before `2022-02-10`
|
||||
|
||||
`?filter.id=$contains:moderator&filter.id=$or:$contains:admin` where column `roles` is an array and contains `moderator` **or** `admin`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user