Setting 2 order by filters (wich is a great feature btw) the setcontent fails with an extra comma between the 2 filters. I.E>:
Does not work:
{% setcontent exhibits = 'tentoonstellingen' orderby 'date_to, id' %}
Does work:
{% setcontent exhibits = 'tentoonstellingen' orderby 'date_to,id' %}
The comma should be allowed...
Details
Bolt 4.1.22
Setting 2 order by filters (wich is a great feature btw) the setcontent fails with an extra comma between the 2 filters. I.E>:
Does not work:
{% setcontent exhibits = 'tentoonstellingen' orderby 'date_to, id' %}Does work:
{% setcontent exhibits = 'tentoonstellingen' orderby 'date_to,id' %}The comma should be allowed...
Details
Bolt 4.1.22