rethinkdb 2016-07-04

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

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

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.