[DB] Corrected searching by genre and added searching by multi keywords
This commit is contained in:
@@ -89,7 +89,7 @@ InnerJoinClause::And(const InnerJoinClause& clause)
|
||||
if (!_clause.empty())
|
||||
_clause += " ";
|
||||
|
||||
_clause += clause._clause;
|
||||
_clause += "INNER JOIN " + clause._clause;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user