some bug fixing
This commit is contained in:
parent
086df4ef71
commit
b0ec9edf53
4 changed files with 25 additions and 6 deletions
|
|
@ -234,6 +234,7 @@ sub getMatchingAssets {
|
|||
push @placeholders, '?';
|
||||
push @params, $word;
|
||||
}
|
||||
next unless scalar @placeholders;
|
||||
push @clauses, 'keyword in ('.join(',', @placeholders).')';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue