Search library on composer and genre too
This commit is contained in:
parent
d40ab596bd
commit
efcd2c968a
@ -33,11 +33,15 @@ LibraryQuery::LibraryQuery(const QueryOptions& options) {
|
||||
"artist LIKE ? OR "
|
||||
"album LIKE ? OR "
|
||||
"title LIKE ? OR "
|
||||
"composer LIKE ? OR "
|
||||
"genre LIKE ? OR "
|
||||
"albumartist LIKE ?)";
|
||||
bound_values_ << "%" + options.filter + "%";
|
||||
bound_values_ << "%" + options.filter + "%";
|
||||
bound_values_ << "%" + options.filter + "%";
|
||||
bound_values_ << "%" + options.filter + "%";
|
||||
bound_values_ << "%" + options.filter + "%";
|
||||
bound_values_ << "%" + options.filter + "%";
|
||||
}
|
||||
|
||||
if (options.max_age != -1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user