Koha/etc/zebradb
Nick Clemens 57ea65e725
Bug 15048: Index all possible searched subfields for index-term-genre
Currently we only index a - but we can setup the system such that avxyz are searched

To test:
 1 - define both a 655$a *and* 655$x value in a bib, save, reindex
 2 - Set system preferences:
      TraceSubjectSubdivisions: Include
      TraceCompleteSubfields: Force
 3 - View the record edited above in the opac
 4 - Click on the subject heading
 5 - No results found
 6 - Copy zebra files:
  sudo cp ./etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml \
  /etc/koha/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml
  sudo cp etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl \
  /etc/koha/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl
 7 - restart all and reindex
 8 - Click on the subject heading in OPAC
 9 - Sucess!
10 - Repeat with other fields (vyz)
11 - Repeat under ES, reindexing and resetting mappings

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-10-24 14:39:38 -03:00
..
authorities/etc Bug 28337: Use existing definition in ccl.properties and bib1.att 2021-10-15 11:34:26 +02:00
biblios/etc Bug 31532: Add preprocessor to Zebra indexing pipeline to index 880 as linked field 2022-10-24 14:07:46 -03:00
etc Bug 18984: Remove NORMARC support 2021-10-07 15:36:40 +02:00
lang_defs Bug 25149: Fix Zebra language code for Greek 2020-04-29 17:14:30 +01:00
marc_defs Bug 15048: Index all possible searched subfields for index-term-genre 2022-10-24 14:39:38 -03:00
xsl Bug 30879: Handle index/sorting for UNIMARC 2022-08-02 09:33:13 -03:00
ccl.properties Bug 20463: (follow-up) Configure short name mrl for Multipart-resource-level index 2021-10-25 14:08:06 +02:00
cql.properties
explain-authorities.xml
explain-biblios.xml
pqf.properties Bug 8280: Add koha set and item fields to pqf.properties 2021-06-21 14:01:50 +02:00
retrieval-info-auth-dom.xml
retrieval-info-bib-dom.xml
zebra-authorities-dom.cfg
zebra-biblios-dom.cfg