Bugzilla – Attachment 97193 Details for
Bug 15142
Titles facet does not work in UNIMARC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15142: Remove titles facet for UNIMARC
Bug-15142-Remove-titles-facet-for-UNIMARC.patch (text/plain), 1.33 KB, created by
Jonathan Druart
on 2020-01-10 12:59:00 UTC
(
hide
)
Description:
Bug 15142: Remove titles facet for UNIMARC
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-01-10 12:59:00 UTC
Size:
1.33 KB
patch
obsolete
>From 17b09d93eb245e7ec7d00db8716e4e3c90f3f236 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 22 Nov 2019 15:16:51 +0100 >Subject: [PATCH] Bug 15142: Remove titles facet for UNIMARC > >There is a facet using 500$a, 501$a and 503$a and Subject index. >In UNIMARC 500$a, 501$a and 503$a are not indexed as Subject. >I propose to remove this facet for UNIMARC, looks like it does not make >sens. > >Test plan: >1) Install UNIMARC database >2) Edit some records to have 500$a >3) Perform a search to find those records >4) Check you dont see the titles facet > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/Koha.pm | 6 ------ > 1 file changed, 6 deletions(-) > >diff --git a/C4/Koha.pm b/C4/Koha.pm >index d1c5771440..1cfcba6a26 100644 >--- a/C4/Koha.pm >+++ b/C4/Koha.pm >@@ -373,12 +373,6 @@ sub getFacets { > sep => ' - ', > }, > { >- idx => 'su-ut', >- label => 'Titles', >- tags => [ qw/ 500a 501a 503a / ], >- sep => ', ', >- }, >- { > idx => 'au', > label => 'Authors', > tags => [ qw/ 700ab 701ab 702ab / ], >-- >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 15142
:
95726
|
95753
|
95810
|
96696
|
96697
|
96698
| 97193 |
97194
|
97195