@@ -, +, @@ --- C4/Search.pm | 2 ++ etc/zebradb/biblios/etc/bib1.att | 1 + etc/zebradb/ccl.properties | 8 ++++++++ .../marc_defs/marc21/biblios/biblio-koha-indexdefs.xml | 5 +++++ .../marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl | 15 ++++++++++++++- 5 files changed, 30 insertions(+), 1 deletion(-) --- a/C4/Search.pm +++ a/C4/Search.pm @@ -1198,6 +1198,8 @@ sub getIndexes{ 'popularity', 'pubdate', 'Publisher', + 'Provider', + 'pv', 'Record-control-number', 'rcn', 'Record-type', --- a/etc/zebradb/biblios/etc/bib1.att +++ a/etc/zebradb/biblios/etc/bib1.att @@ -205,6 +205,7 @@ att 1221 Subject-occupation att 1222 Subject-function att 1223 Edition att 1224 GPO-Item-Number +att 1225 Provider # Koha Local-Use Biblio Indexes att 9001 Control-number --- a/etc/zebradb/ccl.properties +++ a/etc/zebradb/ccl.properties @@ -578,6 +578,14 @@ Personal-name-seealso 1=Personal-name-seealso Publisher 1=1018 pb Publisher +#Provider 1225 A generic, single index 257$a2 +# combining place, publisher, 260$abcdefg3 +# and date. To avoid searching 264$abc3 +# multiple indexes for 270$abcd +# publication/production info. +Provider 1=1225 +pv Provider + #Note 63 A concise statement in which 5XX # such information as extended # physical description, --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml +++ a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml @@ -430,6 +430,11 @@ pl:w + Provider:w + + + + Provider:w --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl +++ a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl @@ -1840,7 +1840,20 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + + + + + + + + + + + + + + --