Bugzilla – Attachment 101552 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.15 KB, created by
Nick Clemens (kidclamp)
on 2020-03-24 12:19:24 UTC
(
hide
)
Description:
Bug 22771: Fix mistakes in list of nonfiling character fields
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-03-24 12:19:24 UTC
Size:
1.15 KB
patch
obsolete
>From 50c96b24bd4d7ac5128309afc465089d260135cb 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 > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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 cb34c2aacd..9c59a618f0 100644 >--- a/Koha/SearchEngine/Elasticsearch.pm >+++ b/Koha/SearchEngine/Elasticsearch.pm >@@ -992,8 +992,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.11.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