Bugzilla – Attachment 4018 Details for
Bug 6265
Search for records linked to an authority not exact in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch signed-off
0001-Bug-6265-Authority-search-in-OPAC-not-exact.patch (text/plain), 1.17 KB, created by
Paul Poulain
on 2011-04-28 20:48:06 UTC
(
hide
)
Description:
patch signed-off
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-04-28 20:48:06 UTC
Size:
1.17 KB
patch
obsolete
>From 610e12d4fcd38017a43fb4bf13fb4b67094e8dd0 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 25 Apr 2011 21:55:40 +0200 >Subject: [PATCH] Bug 6265: Authority search in OPAC not exact > >The search for linked records from the full heading page was not exact. > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > .../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&q=[% authid %]&idx=an">[% count %] records</a></p> >+ <p>Used in <a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">[% count %] records</a></p> > [% FOREACH Tag0X IN Tab0XX %] > <p><b>[% Tag0X.tag %]</b></p> > <ul> >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6265
:
4001
| 4018