[Koha-patches] [PATCH] Bug 6265: Authority search in OPAC not exact

Katrin Fischer Katrin.Fischer.83 at web.de
Mon Apr 25 21:57:18 CEST 2011


The search for linked records from the full heading page was not exact.
---
 .../prog/en/modules/opac-authoritiesdetail.tt      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt
index db354d3..048de5b 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt
@@ -61,7 +61,7 @@ function showChildren(mynumber) {
 </div>
 [% END %]
 <h1>Entry [% authtypetext %]</h1>
-	<p>Used in <a href="opac-search.pl?type=opac&amp;q=[% authid %]&amp;idx=an">[% count %] records</a></p>
+	<p>Used in <a href="opac-search.pl?type=opac&amp;q=[% authid %]&amp;idx=an,phr">[% count %] records</a></p>
         [% FOREACH Tag0X IN Tab0XX %]
         <p><b>[% Tag0X.tag %]</b></p>
         <ul>
-- 
1.7.1



More information about the Koha-patches mailing list