diff --git a/src/library/libraryquery.cpp b/src/library/libraryquery.cpp index 051e55052..2523a19c8 100644 --- a/src/library/libraryquery.cpp +++ b/src/library/libraryquery.cpp @@ -45,6 +45,7 @@ LibraryQuery::LibraryQuery(const QueryOptions& options) foreach (QString token, tokens) { token.remove('('); token.remove(')'); + token.remove('"'); if (token.contains(':')) query += "fts" + token + "* ";