update readme

This commit is contained in:
ppetzold 2023-03-21 12:18:29 +01:00
parent 098216b3cc
commit 18bab06a44

View File

@ -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`