hey
how can i pass multiple arguments to (r/order-by)
?
@apa512: any idea?
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.