Added support for author searching to KeywordSearch

This commit is contained in:
wolfpac444 2003-08-10 00:38:47 +00:00
parent b788108849
commit 97350a2d42

View file

@ -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%'";