How do you get the value for a get parameter that is a list of values? I tried using request->query->get('parameter') but this only returns one value.
Suppose you have a country parameter and want to pass more than 1 value. e.g. …?country=us,gb using get gives you ‘us’ only.
I can not find this in the docs.
You have to format your query parameter this way