mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Fixed example with multiple values
This commit is contained in:
parent
354c93aea3
commit
f938923258
2
33.md
2
33.md
|
@ -26,7 +26,7 @@ replace each other:
|
||||||
* `"tags":[["d",""],["d","not empty"]]`: only first `d` tag is considered
|
* `"tags":[["d",""],["d","not empty"]]`: only first `d` tag is considered
|
||||||
* `"tags":[["d"],["d","some value"]]`: only first `d` tag is considered
|
* `"tags":[["d"],["d","some value"]]`: only first `d` tag is considered
|
||||||
* `"tags":[["e"]]`: same as no tags
|
* `"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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user