diff options
| author | lapulpeta <lapulpeta> | 2023-03-09 13:25:24 +0000 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-03-09 12:51:41 -0300 |
| commit | f9389232589d0832918d7a12e620395d71cef022 (patch) | |
| tree | 3033324ca5c82944fa58908d4ac63996129b6328 /33.md | |
| parent | 354c93aea363b053d9a91371cc62386b7e4e7302 (diff) | |
Fixed example with multiple values
Diffstat (limited to '33.md')
| -rw-r--r-- | 33.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -26,7 +26,7 @@ replace each other: | |||
| 26 | * `"tags":[["d",""],["d","not empty"]]`: only first `d` tag is considered | 26 | * `"tags":[["d",""],["d","not empty"]]`: only first `d` tag is considered |
| 27 | * `"tags":[["d"],["d","some value"]]`: only first `d` tag is considered | 27 | * `"tags":[["d"],["d","some value"]]`: only first `d` tag is considered |
| 28 | * `"tags":[["e"]]`: same as no tags | 28 | * `"tags":[["e"]]`: same as no tags |
| 29 | * `"tags":[["d","test","1"]]`: only the value is considered (`test`) | 29 | * `"tags":[["d","","1"]]`: only the first value is considered (`""`) |
| 30 | 30 | ||
| 31 | 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. | 31 | 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. |
| 32 | 32 | ||