Follow HTML standards for query string List #393
Labels
breaking change
enhancement
New feature or request
help wanted
Extra attention is needed
resolved-by-pr
Discussed in #349
Originally posted by vincentsarago July 28, 2021
ref: #347, #262 (comment)
Problem description
Historically we choose to allow passing list values (
bidx
,bands
,assets
) as comma delimited value encoded in string (e.gbidx=1,2,3
), which is then decoded to listtitiler/src/titiler/core/titiler/core/dependencies.py
Lines 89 to 101 in 1879706
This works fine BUT is not standard.
Breaking change
this will be a breaking change but I feel it's better to follow standard.
The text was updated successfully, but these errors were encountered: