koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/serials subscription-bib-search.pl


From: Tumer Garip
Subject: [Koha-cvs] koha/serials subscription-bib-search.pl
Date: Thu, 28 Sep 2006 14:12:01 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Tumer Garip <tgarip1957>        06/09/28 14:12:01

Modified files:
        serials        : subscription-bib-search.pl 

Log message:
        Add the faceted search facility

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/serials/subscription-bib-search.pl?cvsroot=koha&r1=1.4&r2=1.5

Patches:
Index: subscription-bib-search.pl
===================================================================
RCS file: /sources/koha/koha/serials/subscription-bib-search.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- subscription-bib-search.pl  6 Sep 2006 16:21:04 -0000       1.4
+++ subscription-bib-search.pl  28 Sep 2006 14:12:01 -0000      1.5
@@ -56,7 +56,7 @@
        $resultsperpage = 9 if(!defined $resultsperpage);
        # builds tag and subfield arrays
        
-       my ($total,@results) = 
ZEBRAsearch_kohafields(address@hidden,address@hidden,address@hidden,$order,address@hidden,1,"",$startfrom,$resultsperpage,"intranet");
+       my ($total,$facets,@results) = 
ZEBRAsearch_kohafields(address@hidden,address@hidden,address@hidden,$order,address@hidden,1,"",$startfrom,$resultsperpage,"intranet");
                                                                                
        ($template, $loggedinuser, $cookie)
                = get_template_and_user({template_name => "serials/result.tmpl",




reply via email to

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