From 606caa657e7dcda1588fd46ccd65c3236c66552e Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 17 Mar 2023 09:37:04 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70940f0..cf69368 100644 --- a/README.md +++ b/README.md @@ -406,9 +406,9 @@ Filter operators must be whitelisted per column in `PaginateConfig`. `?filter.createdAt=$btw:2022-02-02,2022-02-10` where column `createdAt` is between the dates `2022-02-02` and `2022-02-10` -`?filter.roles=$contains:Moderator` where column `roles` is an array and contains the value "Moderator". +`?filter.roles=$contains:moderator` where column `roles` is an array and contains the value `moderator` -`?filter.roles=$contains:Moderator,Admin` where column `roles` is an array and contains the values "Moderator" and "Admin". +`?filter.roles=$contains:moderator,admin` where column `roles` is an array and contains the values `moderator` and `admin` ## Multi Filters