Hi guys,
I am using a parameter of type system.boolean[] to filter if I show only variants or variants and standalone products.
In the Product List Page I am supposed to make an ajax call to another page and pass all Query parameters exactly as they are used in the current page.
I am using False,False as default value.
I have noticed a strange behavior of how the above parameter is rendered.
First time I load the page, the parameter is rendered as a string (see first screen dump).
If I change the page size, page sorting or add another paramter to the page (using facets), the Parameter is rendered as System.Collections.Generic.List`1[System.Boolean].
I am using the regular GetLoop("Query.Parameters") to list all paramateres and I am not processing them in any way.
I have attached screend dumps of the TemplateTags and the configuration of my parameter.
Thank you,
Adrian