Can filter records by release year

This commit is contained in:
Claudio Ortolina
2026-03-21 09:21:21 +00:00
parent 5a27fc46ac
commit 59ce580b99
4 changed files with 61 additions and 2 deletions
+4
View File
@@ -157,6 +157,10 @@ defmodule MusicLibrary.Records do
)
)
{:release_year, year}, search ->
search
|> where([r], fragment("substr(?, 1, 4) = ?", r.release_date, ^to_string(year)))
{:query, ""}, search ->
search