Bugzilla – Attachment 100270 Details for
Bug 22771
Sort by title does not consider second indicator of field 245 (MARC21)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22771: Fix mistakes in list of nonfiling character fields
Bug-22771-Fix-mistakes-in-list-of-nonfiling-charac.patch (text/plain), 1.05 KB, created by
David Gustafsson
on 2020-03-06 13:09:23 UTC
(
hide
)
Description:
Bug 22771: Fix mistakes in list of nonfiling character fields
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2020-03-06 13:09:23 UTC
Size:
1.05 KB
patch
obsolete
>From a214bc4cd96e379f126aa01fcc1b22ba260a8e9f Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Fri, 6 Mar 2020 14:07:53 +0100 >Subject: [PATCH] Bug 22771: Fix mistakes in list of nonfiling character fields > >--- > Koha/SearchEngine/Elasticsearch.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/SearchEngine/Elasticsearch.pm b/Koha/SearchEngine/Elasticsearch.pm >index 9501d0e24f..ef769acc95 100644 >--- a/Koha/SearchEngine/Elasticsearch.pm >+++ b/Koha/SearchEngine/Elasticsearch.pm >@@ -979,8 +979,8 @@ sub _get_marc_mapping_rules { > if ($self->index eq $Koha::SearchEngine::BIBLIOS_INDEX) { > # Format is: nonfiling characters indicator => field names list > %title_fields = ( >- 1 => [630, 730, 740], >- 2 => [130, 222, 240, 242, 243, 440, 830] >+ 1 => [130, 630, 730, 740], >+ 2 => [222, 240, 242, 243, 245, 440, 830] > ); > } > elsif ($self->index eq $Koha::SearchEngine::AUTHORITIES_INDEX) { >-- >2.25.0
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 22771
:
99691
|
99692
|
99693
|
99696
|
100270
|
100297
|
100298
|
101551
|
101552
|
101553