Skip to content

[do_search] Deal with list as parameter value

Elodie Thiéblin requested to merge topic/default/list_of_values into branch/default

A list of values for a parameter is directly obtained from a URL such as &param=value1&param=value2 The returned dictionary is : { param : [value1, value2]}

Merge request reports