Fork me on GitHub
#rethinkdb
<
2016-07-04
>
thedavidmeister12:07:14

how can i pass multiple arguments to (r/order-by)?

thedavidmeister12:07:16

i’m trying it manually with (-> … (#(term :ORDER_BY [% (r/desc “a") (r/desc “b")])))

apa51215:07:24

it looks like order-by doesn't support multiple arguments from a quick glance at the code. i'll take i look at it soon.