From ab3c06ae4dba21223497001366967b5bc0c5efde Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 17 Jan 2023 13:56:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8171f0b..7f0fe13 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ Filter operators must be whitelisted per column in `PaginateConfig`. `?filter.id=$not:$in:2,5,7` where column `id` is **not** `2`, `5` or `7` -`?filter.summary=$not:$ilike:term` where column `summary` does not contain `term` +`?filter.summary=$not:$ilike:term` where column `summary` does **not** contain `term` `?filter.seenAt=$null` where column `seenAt` is `NULL`