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

Mike Hansen wolfpac444 at users.sourceforge.net
Sun Aug 10 02:38:49 CEST 2003


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,





More information about the Koha-cvs mailing list