Fixed example with multiple values

This commit is contained in:
lapulpeta
2023-03-09 12:51:41 -03:00
committed by fiatjaf_
parent 354c93aea3
commit f938923258
+1 -1
View File
@@ -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.