Bugzilla – Attachment 61643 Details for
Bug 18322
Add facets for ccode to zebra
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add configuration for zebra based faceting
Add-configuration-for-zebra-based-faceting.patch (text/plain), 2.38 KB, created by
Martin Renvoize (ashimema)
on 2017-03-27 15:42:04 UTC
(
hide
)
Description:
Add configuration for zebra based faceting
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2017-03-27 15:42:04 UTC
Size:
2.38 KB
patch
obsolete
>From 19c23197d0993cb2050fa34aa26fc30c503e5d49 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 27 Mar 2017 16:41:32 +0100 >Subject: [PATCH] Add configuration for zebra based faceting > >https://bugs.koha-community.org/show_bug.cgi?id=18322 >--- > etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml | 3 +++ > etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml | 3 +++ > etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml | 6 ++++++ > 3 files changed, 12 insertions(+) > >diff --git a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml b/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml >index 355a6e3..889db52 100644 >--- a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml >+++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml >@@ -1409,5 +1409,8 @@ > <facet tag="952" subfields="y"> > <target_index>itype:0</target_index> > </facet> >+ <facet tag="952" subfields="8"> >+ <target_index>ccode:0</target_index> >+ </facet> > > </kohaidx:index_defs> >diff --git a/etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml b/etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml >index dff2d75..76173ce 100644 >--- a/etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml >+++ b/etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml >@@ -1008,5 +1008,8 @@ > <facet tag="952" subfields="y"> > <target_index>itype:0</target_index> > </facet> >+ <facet tag="952" subfields="8"> >+ <target_index>ccode:0</target_index> >+ </facet> > > </kohaidx:index_defs> >diff --git a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >index 90e92a0..e781adb 100644 >--- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >+++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >@@ -1444,6 +1444,9 @@ > <target_index>totalissues:s</target_index> > </index_subfields> > >+ <facet tag="099" subfields="t"> >+ <target_index>ccode:0</target_index> >+ </facet> > <facet tag="225" subfields="a"> > <target_index>se:0</target_index> > </facet> >@@ -1498,5 +1501,8 @@ > <facet tag="995" subfields="e"> > <target_index>location:0</target_index> > </facet> >+ <facet tag="995" subfields="h"> >+ <target_index>ccode:0</target_index> >+ </facet> > > </kohaidx:index_defs> >-- >2.1.4
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 18322
:
61581
|
61597
|
61612
|
61643
|
61657
|
67823
|
75997
|
76007
|
76008
|
76009
|
76021
|
76023
|
76024
|
76025
|
76026