Hello,
I’m looking for a way to switch sorting the results by title and date of the document. It doesn’t seem as if this is supported, or am I missing the obvious?
Is there any workaround?
Thankyou in advance.
For the moment It doesn’t exist a parameter to order the results displayed. May be the solution could be to add a parameter like &order="pagetitle,pub_date". Where the tokens listed in the &order list should be the name of the site_content table.
And then update the sql order to get the results sorted with the &order parameter.
That would be really nice.