From 3002f7bf169e61e4aa1a9707ab56d8c03a164d95 Mon Sep 17 00:00:00 2001 From: Dan Pearl Date: Fri, 21 Dec 2012 16:16:59 -0500 Subject: [PATCH] LP# 1092946: TPAC search returned no results after selecting two facets Facets are one of those parameters that can appear more than once in the URL, so it needed to be handled like an array. Signed-off-by: Dan Pearl --- Open-ILS/src/templates/opac/results.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index e5612cc71b..f45886f933 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -18,8 +18,8 @@ PROCESS get_library; %]
- [% IF CGI.param('facet') %] - + [% FOREACH res_facet IN CGI.param('facet') %] + [% END %]
[% INCLUDE "opac/parts/searchbar.tt2" took_care_of_form=1 %] -- 2.11.0