Fixed example with multiple values

This commit is contained in:
lapulpeta 2023-03-09 13:25:24 +00:00 committed by fiatjaf_
parent 354c93aea3
commit f938923258

2
33.md
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.