Bugzilla – Attachment 179317 Details for
Bug 38494
Koha should consider authority heading use in cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38494: (QA follow-up) Add comment and extend pref desc
Bug-38494-QA-follow-up-Add-comment-and-extend-pref.patch (text/plain), 2.02 KB, created by
Marcel de Rooy
on 2025-03-14 10:15:00 UTC
(
hide
)
Description:
Bug 38494: (QA follow-up) Add comment and extend pref desc
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-03-14 10:15:00 UTC
Size:
2.02 KB
patch
obsolete
>From 4038def4835f8c1f651df278be05fa437c03e73d Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 14 Mar 2025 10:04:16 +0000 >Subject: [PATCH] Bug 38494: (QA follow-up) Add comment and extend pref desc >Content-Type: text/plain; charset=utf-8 > >See BZ comment18. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > authorities/auth_finder.pl | 4 ++++ > .../prog/en/modules/admin/preferences/authorities.pref | 1 + > 2 files changed, 5 insertions(+) > >diff --git a/authorities/auth_finder.pl b/authorities/auth_finder.pl >index ad727efbdf..83a274b457 100755 >--- a/authorities/auth_finder.pl >+++ b/authorities/auth_finder.pl >@@ -72,6 +72,10 @@ if ( $op eq "do_search" ) { > my $marcflavour = C4::Context->preference('marcflavour'); > my $biblio_tag = substr( $index, 4, 3 ); > if ( $marcflavour eq 'MARC21' ) { >+ >+ # Heading use-main or added entry = 100, 110, 111, 130, 240, 700, 710, 711, 730 >+ # Heading use-subject added entry = 600, 610, 611 ... >+ # Heading use-series added entry = 440(?), 800, 810, 811, 830 > my $heading_use_search_field = > $biblio_tag =~ /^[127]/ ? 'Heading-use-main-or-added-entry' > : $biblio_tag =~ /^6/ ? 'Heading-use-subject-added-entry' >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >index e6fc31c61c..5300f46ecb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >@@ -102,6 +102,7 @@ Authorities: > 1: Do > 0: "Don't" > - consider the intended use of authority records (008/14-16) during cataloging and linking. >+ - "<br/>NOTE: If you enable this preference, 'No attempt to code' in 008/14-16 is excluded from search results too." > > Linker: > - >-- >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 38494
:
174863
|
174864
|
174865
|
174866
|
174897
|
174898
|
174899
|
174914
|
174915
|
177744
|
177745
|
179315
|
179316
| 179317 |
179537
|
179543