[Koha-cvs] CVS: koha/C4 Search.pm,1.70,1.71

Jerome Vizcaino plugz at users.sourceforge.net
Fri Jun 20 10:48:18 CEST 2003


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

Modified Files:
	Search.pm 
Log Message:

Bugfix for #499
Simple search added, searching in the first letter of surnames.
Added commentary inside Search.pm for explanations


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -r1.70 -r1.71
*** Search.pm	19 Jun 2003 16:14:30 -0000	1.70
--- Search.pm	20 Jun 2003 08:48:16 -0000	1.71
***************
*** 1724,1728 ****
  C<$env> is ignored.
  
! BUGFIX 499: C<$type> is now used to determine
  
  C<$searchstring> is a space-separated list of search terms. Each term
--- 1724,1730 ----
  C<$env> is ignored.
  
! BUGFIX 499: C<$type> is now used to determine type of search.
! if $type is "simple", search is performed on the first letter of the
! surname only.
  
  C<$searchstring> is a space-separated list of search terms. Each term





More information about the Koha-cvs mailing list