From f9389232589d0832918d7a12e620395d71cef022 Mon Sep 17 00:00:00 2001 From: lapulpeta Date: Thu, 9 Mar 2023 13:25:24 +0000 Subject: [PATCH] Fixed example with multiple values --- 33.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33.md b/33.md index 409ce4f..60f3da6 100644 --- a/33.md +++ b/33.md @@ -26,7 +26,7 @@ replace each other: * `"tags":[["d",""],["d","not empty"]]`: only first `d` tag is considered * `"tags":[["d"],["d","some value"]]`: only first `d` tag is considered * `"tags":[["e"]]`: same as no tags -* `"tags":[["d","test","1"]]`: only the value is considered (`test`) +* `"tags":[["d","","1"]]`: only the first value is considered (`""`) Clients SHOULD NOT use `d` tags with multiple values and SHOULD include the `d` tag even if it has no value to allow querying using the `#d` filter.