From 18bab06a44183e346caf7f57c8173d467a7f9a64 Mon Sep 17 00:00:00 2001 From: ppetzold Date: Tue, 21 Mar 2023 12:18:29 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`