[DB] Corrected searching by genre and added searching by multi keywords

This commit is contained in:
emeric
2014-12-19 22:56:03 +01:00
parent 730ad3b201
commit 30c5858fa2
20 changed files with 446 additions and 530 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ InnerJoinClause::And(const InnerJoinClause& clause)
if (!_clause.empty())
_clause += " ";
_clause += clause._clause;
_clause += "INNER JOIN " + clause._clause;
return *this;
}