From a3fa5873243d70e154172c8a004cc6f2644f512b Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Wed, 31 Mar 2021 16:02:33 +0200 Subject: [PATCH] Bug 20424: (Followup) Add new zebra indexes for the last IFLA updates --- etc/zebradb/biblios/etc/bib1.att | 7 ++ etc/zebradb/ccl.properties | 16 +++ .../unimarc/biblios/biblio-koha-indexdefs.xml | 117 +++++++++++++++++++++ 3 files changed, 140 insertions(+) diff --git a/etc/zebradb/biblios/etc/bib1.att b/etc/zebradb/biblios/etc/bib1.att index d026b6c..c2165cd 100644 --- a/etc/zebradb/biblios/etc/bib1.att +++ b/etc/zebradb/biblios/etc/bib1.att @@ -212,6 +212,13 @@ att 1228 index-lien-desc att 1229 index-genre att 1230 index-type-doc +att 1231 Identifier-persistent +att 1232 Content-type +att 1233 Carrier-type + +att 1234 Electronic-resource +att 1235 Digital-content + # Koha Local-Use Biblio Indexes att 9001 Control-number att 9002 biblioitemnumber diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties index 002bc01..6488e12 100644 --- a/etc/zebradb/ccl.properties +++ b/etc/zebradb/ccl.properties @@ -462,6 +462,9 @@ music Identifier-publisher-for-music Identifier-standard 1=1007 4=6 ident Identifier-standard +Identifier-persistent 1=1231 +identifier-persistent Identifier-persistent + # #Identifier-stock 1028 A stock number that could be 037 # used for ordering the item. @@ -601,6 +604,19 @@ mc-genre901 index-genre index-type-doc 1=1230 mc-typedoc index-type-doc +# Content type +Content-type 1=1232 +content-type Content-type + +Carrier-type 1=1233 +carrier-type Carrier-type + +# Electronic ressource +Electronic-ressource 1=1234 +electronic-ressource Electronic-resource +Digital-content 1=1235 +digital-content Digital-content + #Note 63 A concise statement in which 5XX # such information as extended # physical description, 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 f2a5a80..ff245ae 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml +++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml @@ -9,6 +9,9 @@ Local-number:n + + Identifier-persistent:w + Identifier-standard:w @@ -85,6 +88,15 @@ Identifier-standard:w + + Identifier-standard:w + + + Identifier-standard:w + + + Identifier-persistent:w + Identifier-standard:w @@ -297,6 +309,38 @@ Graphics-support:w + + + Content-type:w + Content-type:p + + + Material-Type:w + Material-Type:p + + + Carrier-type:w + Carrier-type:p + + + + Content-type:w + Content-type:p + + + Material-Type:w + Material-Type:p + + + Carrier-type:w + Carrier-type:p + + + + Carrier-type:w + Carrier-type:p + + @@ -363,6 +407,10 @@ Personal-name:p Personal-name:p + + Author:w + Author:p + @@ -429,6 +477,10 @@ Corporate-name:p Conference-name:p + + Author:w + Author:p + Koha-Auth-Number:w @@ -469,6 +521,10 @@ Author:w Author:p + + Author:w + Author:p + Koha-Auth-Number:w @@ -607,6 +663,17 @@ ISSN:w + + + + Electronic-resource:w + Electronic-resource:p + + + Digital-content:w + Digital-content:p + + @@ -785,6 +852,11 @@ Note:w Note:p + + + Note:w + Note:p + Note:w @@ -795,6 +867,11 @@ Note:w Note:p + + + Note:w + Note:p + Note:w @@ -1158,6 +1235,16 @@ Title:w Title:p + + + Title:w + Title:p + + + + Title:w + Title:p + Title:w @@ -1243,6 +1330,17 @@ Title:w Title:p + + + Title:w + Title:p + + + + Title:w + Title:p + + @@ -1386,6 +1484,18 @@ Subject:w Subject:p + + Subject:w + Subject:p + + + Subject:w + Subject:p + + + Subject:w + Subject:p + @@ -1418,6 +1528,13 @@ Local-classification:w Local-classification:p + + + + uri:w + + + -- 2.7.4