[Koha-cvs] CVS: koha/search.marc dictionary.pl,1.6,1.7

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 20 16:36:47 CEST 2005


Update of /cvsroot/koha/koha/search.marc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16715/search.marc

Modified Files:
	dictionary.pl 
Log Message:
synch'ing 2.2 and head

Index: dictionary.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.marc/dictionary.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** dictionary.pl	1 Jun 2005 12:51:02 -0000	1.6
--- dictionary.pl	20 Jun 2005 14:36:44 -0000	1.7
***************
*** 106,110 ****
  	}
  	$listtags =~s/,$/)/;
! 	$strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue ";
  # 	warn "search in biblio : ".$strsth;
  	my $value = uc($search[0]);
--- 106,110 ----
  	}
  	$listtags =~s/,$/)/;
! 	$strsth .= $listtags." and marc_word.tagsubfield=concat(marc_subfield_table.tag,marc_subfield_table.subfieldcode) group by subfieldvalue ";
  # 	warn "search in biblio : ".$strsth;
  	my $value = uc($search[0]);





More information about the Koha-cvs mailing list