Added support for author searching to KeywordSearch
This commit is contained in:
parent
b788108849
commit
97350a2d42
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ EOT
|
|||
|
||||
# For each field we're searching on, create a subclause that'll
|
||||
# match the current keyword in the current field.
|
||||
foreach my $field (qw(title notes seriestitle))
|
||||
foreach my $field (qw(title notes seriestitle author))
|
||||
{
|
||||
push @subclauses,
|
||||
"$field LIKE '\Q$keyword\E%' OR $field LIKE '% \Q$keyword\E%'";
|
||||
|
|
Loading…
Reference in a new issue