Bugzilla – Attachment 114589 Details for
Bug 18017
Use index_heading and index_match_heading in UNIMARC authorities zebra configuration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18017: Use index_heading and index_match_heading in UNIMARC authorities zebra configuration
Bug-18017-Use-indexheading-and-indexmatchheading-i.patch (text/plain), 69.42 KB, created by
Fridolin Somers
on 2020-12-22 10:34:08 UTC
(
hide
)
Description:
Bug 18017: Use index_heading and index_match_heading in UNIMARC authorities zebra configuration
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2020-12-22 10:34:08 UTC
Size:
69.42 KB
patch
obsolete
>From 9b780a4abec11fad7849a6b3796f01dec8977bca Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 22 Dec 2020 11:07:03 +0100 >Subject: [PATCH] Bug 18017: Use index_heading and index_match_heading in > UNIMARC authorities zebra configuration >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >For a good management of autorities linking to biblio records, >MARC21 uses index_heading and index_match_heading in authorities zebra configuration. >UNIMARC configuration must use the same. > >This patch adds in UNIMARC authorities zebra configuration index_heading and index_match_heading to earch heading >in order to be maximum close to MARC21 authorities zebra configuration. >See changes made in MARC21 : >https://git.koha-community.org/Koha-community/Koha/commit/32cf2af700dfea15d9c4f99bee97e97c85643896 > >It fixes some indexes names : Personal-name-see => Personal-name-see-from > >Removes useless Term-geographic index, a duplicate of Name-geographic. > >Sometimes parallel 7xx form whas only on $a, it must contains same subfields >has the main heading. > >Test plan : >=========== >1.0) Use a UNIMARC install without patch >1.1) Set sysprefs > BiblioAddsAuthorities = ON > AutoCreateAuthorities = ON > LinkerModule = First Match >1.2) Replace authorities zebra configuration files > cp $KOHA_CLONE/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml $KOHA_CONF_DIR/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml > cp $KOHA_CLONE/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl $KOHA_CONF_DIR/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl >1.3) Restart zebra server and indexer services >1.4) Reindex authorities > ./misc/migration_tools/rebuild_zebra.pl -r -a -v >1.5) Search in Z3950 a record with complex heading (with subdivisions), > for example ISBN 2877620115 "Facteurs culturels et sociaux de la santé en Afrique de l'Oues" >1.6) Import this record and save it : authorities are created > go to staff:/cgi-bin/koha/cataloguing/addbooks.pl >1.7) Reimport the same record (when asked, say that it's not a duplicate) >1.8) The authority should have been duplicated : > different url and different $9 value >2.0) Apply this patch >2.1) Replace again the authorities zebra configuration files >2.2) Restart zebra server and indexer services >2.3) Reindex authorities >2.4) Reimport the same record >2.5) The authority should have not been duplicated >3.0) Play with authorities search to check every mode : > Search main heading ($a only) > Search main heading > Search all headings > Search entire record >--- > .../authorities/authority-koha-indexdefs.xml | 974 ++++++++++-------- > 1 file changed, 560 insertions(+), 414 deletions(-) > >diff --git a/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml b/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml >index 91399e3ad7..8ac00c6ee5 100644 >--- a/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml >+++ b/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml >@@ -17,637 +17,783 @@ authority-zebra-indexdefs.xsl` > <kohaidx:index_control_field tag="001"> > <kohaidx:target_index>Local-Number:w</kohaidx:target_index> > <kohaidx:target_index>Local-Number:p</kohaidx:target_index> >- <kohaidx:target_index>Local-Number:s</kohaidx:target_index> > <kohaidx:target_index>Local-Number:n</kohaidx:target_index> >+ <kohaidx:target_index>Local-Number:s</kohaidx:target_index> > </kohaidx:index_control_field> > > <!-- Personal name headings --> > <kohaidx:index_subfields tag="200" subfields="abcdfgjxyz"> > <kohaidx:target_index>Personal-name:w</kohaidx:target_index> > <kohaidx:target_index>Personal-name:p</kohaidx:target_index> >+ <kohaidx:target_index>Personal-name:s</kohaidx:target_index> >+ </kohaidx:index_subfields> >+ <kohaidx:index_heading tag="200" subfields="abcdfgjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Personal-name-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Personal-name-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Personal-name-heading:s</kohaidx:target_index> > <kohaidx:target_index>Heading:w</kohaidx:target_index> > <kohaidx:target_index>Heading:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="200" subfields="a"> > <kohaidx:target_index>Heading:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_heading tag="200" subfields="a"> > <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >- <kohaidx:target_index>Personal-name-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Personal-name-heading:p</kohaidx:target_index> >- <kohaidx:target_index>Personal-name-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="400" subfields="abcdfgjxyz"> >- <kohaidx:target_index>Personal-name-see:w</kohaidx:target_index> >- <kohaidx:target_index>Personal-name-see:p</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="200" subfields="abcdfgjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="500" subfields="abcdfgjxyz"> >- <kohaidx:target_index>Personal-name-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Personal-name-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="700" subfields="a"> >+ <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="400" subfields="abcdfgjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Personal-name-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Personal-name-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Personal-name-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="400" subfields="abcdfgjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="500" subfields="abcdfgjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Personal-name-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Personal-name-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Personal-name-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="500" subfields="abcdfgjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="700" subfields="abcdfgjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Personal-name-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Personal-name-parallel:p</kohaidx:target_index> > <kohaidx:target_index>Personal-name-parallel:s</kohaidx:target_index> > <kohaidx:target_index>Parallel:w</kohaidx:target_index> > <kohaidx:target_index>Parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Parallel:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="700" subfields="abcdfgjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >+ </kohaidx:index_match_heading> > > <!-- Corporate name headings --> > <kohaidx:index_subfields tag="210" subfields="abcdefgjxyz"> > <kohaidx:target_index>Corporate-name:w</kohaidx:target_index> > <kohaidx:target_index>Corporate-name:p</kohaidx:target_index> >+ <kohaidx:target_index>Corporate-name:s</kohaidx:target_index> > <kohaidx:target_index>Conference-name:w</kohaidx:target_index> > <kohaidx:target_index>Conference-name:p</kohaidx:target_index> >- <kohaidx:target_index>Heading:w</kohaidx:target_index> >- <kohaidx:target_index>Heading:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Conference-name:s</kohaidx:target_index> > </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="210" subfields="a"> >- <kohaidx:target_index>Heading:s</kohaidx:target_index> >- <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> >- <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> >- <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >+ <kohaidx:index_heading tag="210" subfields="abcdefgjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Corporate-name-heading:w</kohaidx:target_index> > <kohaidx:target_index>Corporate-name-heading:p</kohaidx:target_index> > <kohaidx:target_index>Corporate-name-heading:s</kohaidx:target_index> > <kohaidx:target_index>Conference-name-heading:w</kohaidx:target_index> > <kohaidx:target_index>Conference-name-heading:p</kohaidx:target_index> > <kohaidx:target_index>Conference-name-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="410" subfields="abcdefgjxyz"> >- <kohaidx:target_index>Corporate-name-see:w</kohaidx:target_index> >- <kohaidx:target_index>Corporate-name-see:p</kohaidx:target_index> >- <kohaidx:target_index>Conference-name-see:w</kohaidx:target_index> >- <kohaidx:target_index>Conference-name-see:p</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="510" subfields="abcdefgjxyz"> >- <kohaidx:target_index>Corporate-name-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Corporate-name-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>Conference-name-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Conference-name-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >+ <kohaidx:target_index>Heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Heading:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_heading tag="210" subfields="a"> >+ <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> >+ <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> >+ <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="210" subfields="abcdefgjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="710" subfields="abcdefgjxyz"> >+ <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="410" subfields="abcdefgjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Corporate-name-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Corporate-name-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Corporate-name-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>Conference-name-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Conference-name-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Conference-name-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="410" subfields="abcdefgjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="510" subfields="abcdefgjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Corporate-name-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Corporate-name-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Corporate-name-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>Conference-name-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Conference-name-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Conference-name-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="510" subfields="abcdefgjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="710" subfields="abcdefgjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Corporate-name-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Corporate-name-parallel:p</kohaidx:target_index> > <kohaidx:target_index>Corporate-name-parallel:s</kohaidx:target_index> > <kohaidx:target_index>Conference-name-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Conference-name-parallel:p</kohaidx:target_index> > <kohaidx:target_index>Conference-name-parallel:s</kohaidx:target_index> > <kohaidx:target_index>Parallel:w</kohaidx:target_index> > <kohaidx:target_index>Parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Parallel:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="710" subfields="abcdefgjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >+ </kohaidx:index_match_heading> > > <!-- Geographic name --> > <kohaidx:index_subfields tag="215" subfields="ajxyz"> > <kohaidx:target_index>Name-geographic:w</kohaidx:target_index> > <kohaidx:target_index>Name-geographic:p</kohaidx:target_index> > <kohaidx:target_index>Name-geographic:s</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic:w</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic:p</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic:s</kohaidx:target_index> >+ </kohaidx:index_subfields> >+ <kohaidx:index_heading tag="215" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Name-geographic-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Name-geographic-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Name-geographic-heading:s</kohaidx:target_index> > <kohaidx:target_index>Heading:w</kohaidx:target_index> > <kohaidx:target_index>Heading:p</kohaidx:target_index> > <kohaidx:target_index>Heading:s</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="215" subfields="a"> >+ </kohaidx:index_heading> >+ <kohaidx:index_heading tag="215" subfields="a"> > <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >- <kohaidx:target_index>Name-geographic-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Name-geographic-heading:p</kohaidx:target_index> >- <kohaidx:target_index>Name-geographic-heading:s</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-heading:p</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="415" subfields="ajxyz"> >- <kohaidx:target_index>Name-geographic-see:w</kohaidx:target_index> >- <kohaidx:target_index>Name-geographic-see:p</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-see:w</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-see:p</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-see:s</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >- <kohaidx:target_index>See:s</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="515" subfields="ajxyz"> >- <kohaidx:target_index>Name-geographic-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Name-geographic-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-see-also:s</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="215" subfields="ajxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="715" subfields="ajxyz"> >+ <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="415" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Name-geographic-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Name-geographic-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Name-geographic-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="415" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="515" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Name-geographic-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Name-geographic-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Name-geographic-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="515" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="715" subfields="abcdefgjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Name-geographic-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Name-geographic-parallel:p</kohaidx:target_index> > <kohaidx:target_index>Name-geographic-parallel:s</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-parallel:w</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-parallel:s</kohaidx:target_index> >- <kohaidx:target_index>Term-geographic-parallel:p</kohaidx:target_index> > <kohaidx:target_index>Parallel:w</kohaidx:target_index> > <kohaidx:target_index>Parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Parallel:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="715" subfields="abcdefgjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >+ </kohaidx:index_match_heading> > > <!-- Trademark--> > <kohaidx:index_subfields tag="216" subfields="afcjxyz"> > <kohaidx:target_index>Trademark:w</kohaidx:target_index> > <kohaidx:target_index>Trademark:p</kohaidx:target_index> >+ <kohaidx:target_index>Trademark:s</kohaidx:target_index> >+ </kohaidx:index_subfields> >+ <kohaidx:index_heading tag="216" subfields="afcjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Trademark-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Trademark-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Trademark-heading:s</kohaidx:target_index> > <kohaidx:target_index>Heading:w</kohaidx:target_index> > <kohaidx:target_index>Heading:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="216" subfields="a"> > <kohaidx:target_index>Heading:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_heading tag="216" subfields="a"> > <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >- <kohaidx:target_index>Trademark-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Trademark-heading:p</kohaidx:target_index> >- <kohaidx:target_index>Trademark-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="416" subfields="afcjxyz"> >- <kohaidx:target_index>Trademark-see:w</kohaidx:target_index> >- <kohaidx:target_index>Trademark-see:p</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="516" subfields="afcjxyz"> >- <kohaidx:target_index>Trademark-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Trademark-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="216" subfields="afcjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="716" subfields="afcjxyz"> >+ <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="416" subfields="afcjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Trademark-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Trademark-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Trademark-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="416" subfields="afcjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="516" subfields="afcjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Trademark-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Trademark-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Trademark-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="516" subfields="afcjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="716" subfields="afcjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Trademark-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Trademark-parallel:p</kohaidx:target_index> > <kohaidx:target_index>Trademark-parallel:s</kohaidx:target_index> > <kohaidx:target_index>Parallel:w</kohaidx:target_index> > <kohaidx:target_index>Parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Parallel:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="716" subfields="afcjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >+ </kohaidx:index_match_heading> > > <!-- Family name--> > <kohaidx:index_subfields tag="220" subfields="afjxyz"> > <kohaidx:target_index>Name:w</kohaidx:target_index> > <kohaidx:target_index>Name:p</kohaidx:target_index> >+ <kohaidx:target_index>Name:s</kohaidx:target_index> >+ </kohaidx:index_subfields> >+ <kohaidx:index_heading tag="220" subfields="afjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Name-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Name-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Name-heading:s</kohaidx:target_index> > <kohaidx:target_index>Heading:w</kohaidx:target_index> > <kohaidx:target_index>Heading:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="220" subfields="a"> > <kohaidx:target_index>Heading:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_heading tag="220" subfields="a"> > <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >- <kohaidx:target_index>Name-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Name-heading:p</kohaidx:target_index> >- <kohaidx:target_index>Name-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="420" subfields="afjxyz"> >- <kohaidx:target_index>Name-see:w</kohaidx:target_index> >- <kohaidx:target_index>Name-see:p</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="220" subfields="afjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="520" subfields="afjxyz"> >- <kohaidx:target_index>Name-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Name-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="720" subfields="afjxyz"> >+ <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="420" subfields="afjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Name-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Name-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Name-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="420" subfields="afjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="520" subfields="afjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Name-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Name-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Name-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="520" subfields="afjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="720" subfields="afjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Name-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Name-parallel:p</kohaidx:target_index> > <kohaidx:target_index>Name-parallel:s</kohaidx:target_index> > <kohaidx:target_index>Parallel:w</kohaidx:target_index> > <kohaidx:target_index>Parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Parallel:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="720" subfields="afjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >+ </kohaidx:index_match_heading> > > <!-- Uniform title --> > <kohaidx:index_subfields tag="230" subfields="abhiklmnqrsuwjxyz"> > <kohaidx:target_index>Title-uniform:w</kohaidx:target_index> > <kohaidx:target_index>Title-uniform:p</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform:s</kohaidx:target_index> >+ </kohaidx:index_subfields> >+ <kohaidx:index_heading tag="230" subfields="abhiklmnqrsuwjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Title-uniform-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-heading:s</kohaidx:target_index> > <kohaidx:target_index>Heading:w</kohaidx:target_index> > <kohaidx:target_index>Heading:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="230" subfields="a"> > <kohaidx:target_index>Heading:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_heading tag="230" subfields="a"> > <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-heading:p</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="430" subfields="abhiklmnqrsuwjxyz"> >- <kohaidx:target_index>Title-uniform-see:w</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-see:p</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="530" subfields="abhiklmnqrsuwjxyz"> >- <kohaidx:target_index>Title-uniform-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="230" subfields="abhiklmnqrsuwjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="730" subfields="a"> >+ <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="430" subfields="abhiklmnqrsuwjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Title-uniform-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="430" subfields="abhiklmnqrsuwjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="530" subfields="abhiklmnqrsuwjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Title-uniform-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="530" subfields="abhiklmnqrsuwjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="730" subfields="abhiklmnqrsuwjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Title-uniform-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-parallel:p</kohaidx:target_index> > <kohaidx:target_index>Title-uniform-parallel:s</kohaidx:target_index> > <kohaidx:target_index>Parallel:w</kohaidx:target_index> > <kohaidx:target_index>Parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Parallel:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="730" subfields="abhiklmnqrsuwjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >+ </kohaidx:index_match_heading> > > <!-- Collective Uniform title --> > <kohaidx:index_subfields tag="235" subfields="abekmrsuwjxyz"> > <kohaidx:target_index>Title-uniform:w</kohaidx:target_index> > <kohaidx:target_index>Title-uniform:p</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform:s</kohaidx:target_index> >+ </kohaidx:index_subfields> >+ <kohaidx:index_heading tag="235" subfields="abekmrsuwjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Title-uniform-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-heading:s</kohaidx:target_index> > <kohaidx:target_index>Heading:w</kohaidx:target_index> > <kohaidx:target_index>Heading:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="235" subfields="a"> > <kohaidx:target_index>Heading:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_heading tag="235" subfields="a"> > <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-heading:p</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="435" subfields="abekmrsuwjxyz"> >- <kohaidx:target_index>Title-uniform-see:w</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-see:p</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="535" subfields="abekmrsuwjxyz"> >- <kohaidx:target_index>Title-uniform-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="235" subfields="abekmrsuwjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="735" subfields="a"> >+ <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="435" subfields="abekmrsuwjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Title-uniform-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="435" subfields="abekmrsuwjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="535" subfields="abekmrsuwjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Title-uniform-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="535" subfields="abekmrsuwjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="735" subfields="abekmrsuwjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Title-uniform-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Title-uniform-parallel:p</kohaidx:target_index> > <kohaidx:target_index>Title-uniform-parallel:s</kohaidx:target_index> > <kohaidx:target_index>Parallel:w</kohaidx:target_index> > <kohaidx:target_index>Parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Parallel:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="735" subfields="abekmrsuwjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >+ </kohaidx:index_match_heading> > > <!-- Name and title --> > <kohaidx:index_subfields tag="240" subfields="atjxyz"> > <kohaidx:target_index>Name-Title:w</kohaidx:target_index> > <kohaidx:target_index>Name-Title:p</kohaidx:target_index> >- <kohaidx:target_index>Heading:w</kohaidx:target_index> >- <kohaidx:target_index>Heading:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Name-Title:s</kohaidx:target_index> > </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="240" subfields="a"> >- <kohaidx:target_index>Heading:s</kohaidx:target_index> >- <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> >- <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> >- <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >+ <kohaidx:index_heading tag="240" subfields="atjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Name-Title-heading:w</kohaidx:target_index> > <kohaidx:target_index>Name-Title-heading:p</kohaidx:target_index> > <kohaidx:target_index>Name-Title-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="440" subfields="atjxyz"> >- <kohaidx:target_index>Name-Title-see:w</kohaidx:target_index> >- <kohaidx:target_index>Name-Title-see:p</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="540" subfields="atjxyz"> >- <kohaidx:target_index>Name-Title-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Name-Title-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="740" subfields="a"> >- <kohaidx:target_index>Name-Title-parallel:w</kohaidx:target_index> >- <kohaidx:target_index>Name-Title-parallel:s</kohaidx:target_index> >- <kohaidx:target_index>Parallel:w</kohaidx:target_index> >- <kohaidx:target_index>Parallel:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <!-- Name and collective title --> >- <kohaidx:index_subfields tag="245" subfields="atjxyz"> >- <kohaidx:target_index>Title-uniform:w</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform:p</kohaidx:target_index> > <kohaidx:target_index>Heading:w</kohaidx:target_index> > <kohaidx:target_index>Heading:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="245" subfields="a"> > <kohaidx:target_index>Heading:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_heading tag="240" subfields="a"> > <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-heading:p</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="445" subfields="atjxyz"> >- <kohaidx:target_index>Title-uniform-see:w</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-see:p</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="240" subfields="atjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="545" subfields="atjxyz"> >- <kohaidx:target_index>Title-uniform-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="745" subfields="a"> >- <kohaidx:target_index>Title-uniform-parallel:w</kohaidx:target_index> >- <kohaidx:target_index>Title-uniform-parallel:s</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="440" subfields="atjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Name-Title-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Name-Title-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Name-Title-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="440" subfields="atjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="540" subfields="atjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Name-Title-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Name-Title-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Name-Title-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="540" subfields="atjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="740" subfields="atjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Name-Title-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Name-Title-parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Name-Title-parallel:s</kohaidx:target_index> > <kohaidx:target_index>Parallel:w</kohaidx:target_index> > <kohaidx:target_index>Parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Parallel:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="740" subfields="atjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >+ </kohaidx:index_match_heading> > > <!-- Topical term --> > <kohaidx:index_subfields tag="250" subfields="ajxyz"> >- <kohaidx:target_index>Subject:w</kohaidx:target_index> >- <kohaidx:target_index>Subject:p</kohaidx:target_index> >+ <kohaidx:target_index>Subject-topical:w</kohaidx:target_index> >+ <kohaidx:target_index>Subject-topical:p</kohaidx:target_index> >+ <kohaidx:target_index>Subject-topical:s</kohaidx:target_index> >+ </kohaidx:index_subfields> >+ <kohaidx:index_heading tag="250" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Subject-topical-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Subject-topical-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Subject-topical-heading:s</kohaidx:target_index> > <kohaidx:target_index>Heading:w</kohaidx:target_index> > <kohaidx:target_index>Heading:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >- <kohaidx:target_index>Subject-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Subject-heading:p</kohaidx:target_index> >- <kohaidx:target_index>Subject-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="250" subfields="a"> > <kohaidx:target_index>Heading:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_heading tag="250" subfields="a"> > <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="450" subfields="ajxyz"> >- <kohaidx:target_index>Subject-see:w</kohaidx:target_index> >- <kohaidx:target_index>Subject-see:p</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="250" subfields="ajxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="550" subfields="ajxyz"> >- <kohaidx:target_index>Subject-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Subject-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="750" subfields="a"> >- <kohaidx:target_index>Subject-parallel:w</kohaidx:target_index> >- <kohaidx:target_index>Subject-parallel:s</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="450" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Subject-topical-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Subject-topical-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Subject-topical-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="450" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="550" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Subject-topical-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Subject-topical-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Subject-topical-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="550" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="750" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Subject-topical-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Subject-topical-parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Subject-topical-parallel:s</kohaidx:target_index> > <kohaidx:target_index>Parallel:w</kohaidx:target_index> > <kohaidx:target_index>Parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Parallel:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="750" subfields="ajxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >+ </kohaidx:index_match_heading> > > <!-- Place --> > <kohaidx:index_subfields tag="260" subfields="abcdjxyz"> > <kohaidx:target_index>Place:w</kohaidx:target_index> > <kohaidx:target_index>Place:p</kohaidx:target_index> >- <kohaidx:target_index>Heading:w</kohaidx:target_index> >- <kohaidx:target_index>Heading:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Place:s</kohaidx:target_index> >+ </kohaidx:index_subfields> >+ <kohaidx:index_heading tag="260" subfields="abcdjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Place-heading:w</kohaidx:target_index> > <kohaidx:target_index>Place-heading:p</kohaidx:target_index> > <kohaidx:target_index>Place-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="260" subfields="a"> >+ <kohaidx:target_index>Heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Heading:p</kohaidx:target_index> > <kohaidx:target_index>Heading:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_heading tag="260" subfields="a"> > <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="460" subfields="abcdjxyz"> >- <kohaidx:target_index>Place-see:w</kohaidx:target_index> >- <kohaidx:target_index>Place-see:p</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="260" subfields="abcdjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="560" subfields="abcdjxyz"> >- <kohaidx:target_index>Place-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Place-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="760" subfields="a"> >+ <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="460" subfields="abcdjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Place-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Place-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Place-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="460" subfields="abcdjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="560" subfields="abcdjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Place-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Place-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Place-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="560" subfields="abcdjxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="760" subfields="abcdjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Place-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Place-parallel:p</kohaidx:target_index> > <kohaidx:target_index>Place-parallel:s</kohaidx:target_index> > <kohaidx:target_index>Parallel:w</kohaidx:target_index> > <kohaidx:target_index>Parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Parallel:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="760" subfields="abcdjxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >+ </kohaidx:index_match_heading> > > <!-- Genre/form --> > <kohaidx:index_subfields tag="280" subfields="ajxyz"> > <kohaidx:target_index>Form:w</kohaidx:target_index> > <kohaidx:target_index>Form:p</kohaidx:target_index> >- <kohaidx:target_index>Heading:w</kohaidx:target_index> >- <kohaidx:target_index>Heading:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Form:s</kohaidx:target_index> >+ </kohaidx:index_subfields> >+ <kohaidx:index_heading tag="280" subfields="ajxyz" subdivisions="jxyz"> > <kohaidx:target_index>Form-heading:w</kohaidx:target_index> > <kohaidx:target_index>Form-heading:p</kohaidx:target_index> > <kohaidx:target_index>Form-heading:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- <kohaidx:index_subfields tag="280" subfields="a"> >+ <kohaidx:target_index>Heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Heading:p</kohaidx:target_index> > <kohaidx:target_index>Heading:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_heading tag="280" subfields="a"> > <kohaidx:target_index>Heading-Main:w</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:p</kohaidx:target_index> > <kohaidx:target_index>Heading-Main:s</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="480" subfields="ajxyz"> >- <kohaidx:target_index>Form-see:w</kohaidx:target_index> >- <kohaidx:target_index>Form-see:p</kohaidx:target_index> >- <kohaidx:target_index>See:w</kohaidx:target_index> >- <kohaidx:target_index>See:p</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="280" subfields="ajxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:w</kohaidx:target_index> >- <kohaidx:target_index>Match-heading-see-form:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="580" subfields="ajxyz"> >- <kohaidx:target_index>Form-see-also:w</kohaidx:target_index> >- <kohaidx:target_index>Form-see-also:p</kohaidx:target_index> >- <kohaidx:target_index>See-also:w</kohaidx:target_index> >- <kohaidx:target_index>See-also:p</kohaidx:target_index> >- <kohaidx:target_index>Match:w</kohaidx:target_index> >- <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >- >- <kohaidx:index_subfields tag="780" subfields="a"> >+ <kohaidx:target_index>Match-heading:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="480" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Form-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Form-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Form-see-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="480" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Match-heading-see-from:s</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="580" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Form-see-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>Form-see-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>Form-see-also-from:s</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:w</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:p</kohaidx:target_index> >+ <kohaidx:target_index>See-also-from:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="580" subfields="ajxyz" subdivisions="jxyz"> >+ <kohaidx:target_index>Match:w</kohaidx:target_index> >+ <kohaidx:target_index>Match:p</kohaidx:target_index> >+ </kohaidx:index_match_heading> >+ >+ <kohaidx:index_heading tag="780" subfields="ajxyz" subdivisions="jxyz"> > <kohaidx:target_index>Form-parallel:w</kohaidx:target_index> >+ <kohaidx:target_index>Form-parallel:p</kohaidx:target_index> > <kohaidx:target_index>Form-parallel:s</kohaidx:target_index> > <kohaidx:target_index>Parallel:w</kohaidx:target_index> > <kohaidx:target_index>Parallel:p</kohaidx:target_index> >+ <kohaidx:target_index>Parallel:s</kohaidx:target_index> >+ </kohaidx:index_heading> >+ <kohaidx:index_match_heading tag="780" subfields="ajxyz" subdivisions="jxyz"> > <kohaidx:target_index>Match:w</kohaidx:target_index> > <kohaidx:target_index>Match:p</kohaidx:target_index> >- </kohaidx:index_subfields> >+ </kohaidx:index_match_heading> > > <!-- Notes 300, 305, 310, 320, 330, 340, 356--> > <kohaidx:index_subfields tag="300" subfields="a"> >-- >2.29.2
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 18017
:
59675
|
114588
|
114589
|
114590
|
117182
|
117183
|
117350
|
117351