Sorting search results

Search results can be sorted in ascending or descending order.

You can use the order by clause to sort results. Only one attribute can be used in the clause and the order can be ascending (asc) or descending(desc). For example, (“order by Job.Name desc”). You cannot sort by more than one attribute.