- The easy way is to wrap
(sort-by ...)
with(reverse ...)
- The intermediate way is to replace
sort-by :page
withsort-by :page >
- The advanced way is to use
compare
insidesort
2 Likes
(sort-by ...)
with (reverse ...)
sort-by :page
with sort-by :page >
compare
inside sort