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.70,1.71


From: Jerome Vizcaino
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.70,1.71
Date: Fri, 20 Jun 2003 01:48:18 -0700

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




reply via email to

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