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

Paul POULAIN tipaul at users.sourceforge.net
Fri Aug 8 17:25:30 CEST 2003


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

Modified Files:
	Search.pm 
Log Message:
fix for 570 : If a subject search is done from the OPAC or Intranet Catalogue, duplicate
results are returned.  For instance, if a search for 'dogs' returns 25 results
that have the subject 'dogs,' there will be 25 duplicate listings in the results.

Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** Search.pm	6 Aug 2003 12:37:54 -0000	1.74
--- Search.pm	8 Aug 2003 15:25:27 -0000	1.75
***************
*** 1078,1082 ****
  	} else {
  		if ($type eq 'subject'){
! 			$query .= " order by subject";
  		}
  	}
--- 1078,1082 ----
  	} else {
  		if ($type eq 'subject'){
! 			$query .= "group by subject order by subject ";
  		}
  	}





More information about the Koha-cvs mailing list