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.74,1.75


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.74,1.75
Date: Fri, 08 Aug 2003 08:25:30 -0700

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 ";
                }
        }




reply via email to

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