koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Search.pm,1.75,1.76


From: Mike Hansen
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.75,1.76
Date: Sat, 09 Aug 2003 17:38:49 -0700

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv13516/koha/C4

Modified Files:
        Search.pm 
Log Message:
Added support for author searching to KeywordSearch


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -r1.75 -r1.76
*** Search.pm   8 Aug 2003 15:25:27 -0000       1.75
--- Search.pm   10 Aug 2003 00:38:47 -0000      1.76
***************
*** 341,345 ****
      # 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))
      {
        push @subclauses,
--- 341,345 ----
      # 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 author))
      {
        push @subclauses,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]