Ash 3.0 Teasers!

In terms of providing a low level query/bridging that gap, it is potentially possible. We can explore it, but it wouldn’t be in the near future likely.

As for requiring to create a calculation when sorting on another field, there is a feature that was added recently to allow you to do this without calculations.

|> Ash.Query.sort([:foo, Ash.Query.expr_sort(resource_a.score)])
4 Likes