I am having trouble finding the correct information on this subject as it seems to have changed over time.
Is the CORRECT format for sorting on frontend in Dynamicweb 9.17
?SortBy=COLUMN_NAME&SortOrder=ASC|DESC
AND
?SortBy=COLUMN_NAME1,COLUMN_NAME2&SortOrder=ASC|DESC,ASC|DESC
?
I have tried these formats, and they dont have any effect on the sorting of the columns in question,
For example, I have a "Manufacturer" column, of field type text .
The query string ?PageSize=100&SortBy=Produsent&SortOrder=DESC OR ASC does not change the sorting of this column
Hope someone can provide the correct format
Thanks in advance!
//Steve