From c24a4d145565974c6a4cc774c6fe3b2993c8f3a2 Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 9 Feb 2023 09:32:34 +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 103bc7b..d777eef 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ Multi filters are filters that can be applied to a single column with a comparat `?filter.id=$gt:3&filter.id=$and:$lt:5&filter.id=$or:$eq:7` where column `id` is greater than `3` **and** less than `5` **or** equal to `7` -**Note:** the `and` operators are not required. The above example is equivalent to: +**Note:** The `$and` comparators are not required. The above example is equivalent to: `?filter.id=$gt:3&filter.id=$lt:5&filter.id=$or:$eq:7`