w0rd-driven / beatseek

Seek the music you may be missing by analyzing your collection
https://beatseek.fly.dev/
MIT License
3 stars 0 forks source link

Album page :: Sort by artist.name #10

Closed w0rd-driven closed 1 year ago

w0rd-driven commented 1 year ago

I tinkered with this a little bit but couldn't get the order_by to work as I expected with Ecto. This likely requires setting up a query that more resembles SQL versus the traditional Album |> order_by() |> Repo.all() as I have it.