Multiple order by clause (QueryBuilder)
Trying to user querybuilder and need to have multiple order by clauses. Tried this, doesn't work (in XPath I can see the order by doesn't get added). What's the correct syntax and where can I find more documentation on using these clauses?
1_orderby=@jcr:content/metadata/docType
1_orderby.sort=asc
2_orderby=@jcr:content/metadata/type
2_orderby.sort=asc