Update search index when refreshing albums/artists

This commit is contained in:
Deluan
2020-01-17 21:16:23 -05:00
parent cef65b6ab0
commit 5dbe71d675
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
type Search struct {
ID string `orm:"pk;column(id)"`
Table string `orm:"index"`
FullText string `orm:"type(text)"`
FullText string `orm:"index"`
}
type searchableRepository struct {