Can sort wishlisted records by insertion

This commit is contained in:
Claudio Ortolina
2025-05-26 23:12:34 +01:00
parent 6cb2b41a67
commit 423d1e7764
6 changed files with 370 additions and 0 deletions
+7
View File
@@ -70,6 +70,13 @@ defmodule MusicLibrary.Records do
{:desc, r.purchased_at},
order_alphabetically()
])
:insertion ->
initial_search
|> order_by([r], [
{:desc, r.inserted_at},
order_alphabetically()
])
end
Enum.reduce(parsed_query, search_with_order, fn