From 4038def4835f8c1f651df278be05fa437c03e73d Mon Sep 17 00:00:00 2001 From: Marcel de Rooy 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 --- 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. + - "
NOTE: If you enable this preference, 'No attempt to code' in 008/14-16 is excluded from search results too." Linker: - -- 2.39.5