Implement Album search with SQL
This commit is contained in:
@@ -35,4 +35,5 @@ type AlbumRepository interface {
|
||||
PurgeInactive(active Albums) ([]string, error)
|
||||
GetAllIds() ([]string, error)
|
||||
GetStarred(...QueryOptions) (Albums, error)
|
||||
Search(q string, offset int, size int) (Albums, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user