Bugzilla – Attachment 172085 Details for
Bug 36660
Make Authorities 'see from' searches more specific
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36660: (follow-up) Use mainentry search for more accurate linked results
Bug-36660-follow-up-Use-mainentry-search-for-more-.patch (text/plain), 2.34 KB, created by
Biblibre Sandboxes
on 2024-09-26 20:43:52 UTC
(
hide
)
Description:
Bug 36660: (follow-up) Use mainentry search for more accurate linked results
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2024-09-26 20:43:52 UTC
Size:
2.34 KB
patch
obsolete
>From 2af6b1f26b338ed8de630141abf2922e61b848c8 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Tue, 16 Jul 2024 01:30:14 +0000 >Subject: [PATCH] Bug 36660: (follow-up) Use mainentry search for more accurate > linked results > >Useful in particular when headings are split across the $a and the $x > >Signed-off-by: Laurence Rault <laurence.rault@biblibre.com> >--- > .../prog/en/includes/authorities-search-results.inc | 2 +- > .../bootstrap/en/includes/authorities-search-results.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >index 97a003b0f3..e720b50042 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >@@ -6,7 +6,7 @@ > [%# authid: if it is a linked authority, its authid %] > > [% SET authidurl = '/cgi-bin/koha/authorities/detail.pl?authid=' %] >- [% SET searchurl = '/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&marclist=any&operator=exact&orderby=HeadingAsc&value=' %] >+ [% SET searchurl = '/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&marclist=mainentry&operator=exact&orderby=HeadingAsc&value=' %] > > [% IF marcflavour == 'UNIMARC' %] > [% IF authid %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc >index c373f65687..1ff9c6538a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc >@@ -6,7 +6,7 @@ > [%# authid: if it is a linked authority, its authid %] > > [% SET authidurl = '/cgi-bin/koha/opac-authoritiesdetail.pl?authid=' %] >- [% SET searchurl = '/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=exact&marclist=any&and_or=and&orderby=HeadingAsc&value=' %] >+ [% SET searchurl = '/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=exact&marclist=mainentry&and_or=and&orderby=HeadingAsc&value=' %] > [% IF marcflavour == 'UNIMARC' %] > [% SWITCH type %] > [% CASE 'broader' %] >-- >2.39.5
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 36660
:
166616
|
166659
|
169031
|
172084
| 172085