mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 20:07:05 +03:00
Add additional fields and restyle Movie select and Gallery select (#4851)
* Add new fields and restyle gallery selector * Add new fields and style movie selector
This commit is contained in:
@@ -358,7 +358,7 @@ func (qb *MovieStore) makeQuery(ctx context.Context, movieFilter *models.MovieFi
|
||||
distinctIDs(&query, movieTable)
|
||||
|
||||
if q := findFilter.Q; q != nil && *q != "" {
|
||||
searchColumns := []string{"movies.name"}
|
||||
searchColumns := []string{"movies.name", "movies.aliases"}
|
||||
query.parseQueryString(searchColumns, *q)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user