diff --git a/README.md b/README.md index 20333d2..5ec22bd 100644 --- a/README.md +++ b/README.md @@ -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`