mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 00:34:32 +00:00
Fixed example with multiple values
This commit is contained in:
parent
354c93aea3
commit
f938923258
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue