Add the faceted search facility
This commit is contained in:
parent
f902901190
commit
21a0532176
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ if ($op eq "do_search") {
|
||||||
$resultsperpage = 9 if(!defined $resultsperpage);
|
$resultsperpage = 9 if(!defined $resultsperpage);
|
||||||
# builds tag and subfield arrays
|
# builds tag and subfield arrays
|
||||||
|
|
||||||
my ($total,@results) = ZEBRAsearch_kohafields(\@kohafield,\@value,\@relation,$order,\@and_or,1,"",$startfrom,$resultsperpage,"intranet");
|
my ($total,$facets,@results) = ZEBRAsearch_kohafields(\@kohafield,\@value,\@relation,$order,\@and_or,1,"",$startfrom,$resultsperpage,"intranet");
|
||||||
|
|
||||||
($template, $loggedinuser, $cookie)
|
($template, $loggedinuser, $cookie)
|
||||||
= get_template_and_user({template_name => "serials/result.tmpl",
|
= get_template_and_user({template_name => "serials/result.tmpl",
|
||||||
|
|
Loading…
Reference in a new issue