From 8c145f67a10ed5f58b887a86b69b615f6de65142 Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 9 Feb 2023 09:32:58 +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 d777eef..29f0a14 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ Multi filters are filters that can be applied to a single column with a comparat `?filter.id=$gt:3&filter.id=$lt:5&filter.id=$or:$eq:7` -**Note:** The first comparator on the the first filter is ignored because the filters are grouped by the column name and chained with an `and` to other filters. +**Note:** The first comparator on the the first filter is ignored because the filters are grouped by the column name and chained with an `$and` to other filters. `...&filter.id=5&filter.id=$or:7&filter.name=Milo&...`