ash icon indicating copy to clipboard operation
ash copied to clipboard

Support related sorts via dot separated identifiers in sort

Open zachdaniel opened this issue 1 year ago • 1 comments

For example: Ash.Query.sort("foo.bar": :asc) and Ash.Query.sort({"foo.bar", :desc})

zachdaniel avatar Jul 01 '24 23:07 zachdaniel

Adding this to core is a good first issue. Adding it to the api extensions may be slightly more complex.

zachdaniel avatar Jul 01 '24 23:07 zachdaniel