[Koha-cvs] CVS: koha/C4 Biblio.pm,1.115.2.8,1.115.2.9

Paul POULAIN tipaul at users.sourceforge.net
Thu Apr 7 12:05:29 CEST 2005


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8182/C4

Modified Files:
      Tag: rel_2_2
	Biblio.pm 
Log Message:
adding / to the list of symbols that are replace by spaces for searches

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.115.2.8
retrieving revision 1.115.2.9
diff -C2 -r1.115.2.8 -r1.115.2.9
*** Biblio.pm	25 Mar 2005 16:23:49 -0000	1.115.2.8
--- Biblio.pm	7 Apr 2005 10:05:25 -0000	1.115.2.9
***************
*** 1147,1151 ****
        )
        = @_;
!     $sentence =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\})/ /g;
      my @words = split / /, $sentence;
      my $stopwords = C4::Context->stopwords;
--- 1147,1151 ----
        )
        = @_;
!     $sentence =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\}|\/)/ /g;
      my @words = split / /, $sentence;
      my $stopwords = C4::Context->stopwords;
***************
*** 2624,2627 ****
--- 2624,2630 ----
  # $Id$
  # $Log$
+ # Revision 1.115.2.9  2005/04/07 10:05:25  tipaul
+ # adding / to the list of symbols that are replace by spaces for searches
+ #
  # Revision 1.115.2.8  2005/03/25 16:23:49  tipaul
  # some improvements :





More information about the Koha-cvs mailing list