diff options
| -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 | ||