rethinkdb

2016-07-04T12:03:59.000005Z

hey

2016-07-04T12:04:14.000006Z

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

2016-07-04T12:06:21.000007Z

@apa512: any idea?

2016-07-04T12:23:16.000008Z

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

apa512 2016-07-04T15:32:24.000009Z

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.