Koha/etc/zebradb
David Cook 7375d82c40
Bug 35455: Remove = in ICU for indexing/searching
This change more closely aligns ICU and CHR so that ICU also
removes the = character. This fixes issues in ICU when searching
with a : which gets transformed into a =. Without this change,
the Analytics features won't work for titles with a colon in them.

Test plan:
0. Apply the patch and import bibs from Bugzilla (using Staged MARC tools)
1. cp ./etc/zebradb/etc/phrases-icu.xml /etc/koha/zebradb/etc/phrases-icu.xml
2. cp ./etc/zebradb/etc/words-icu.xml /etc/koha/zebradb/etc/words-icu.xml
3. vi /etc/koha/zebradb/etc/default.idx
Change "charmap word-phrase-utf.chr" to "icuchain words-icu.xml" for "index w"
and "icuchain phrases-icu.xml" for "index p"
4. koha-zebra --stop kohadev
5. pkill zebrasrv
6. koha-zebra --start kohadev
7. koha-rebuild-zebra -a -b -f -v kohadev

8. Search for "Awesome title" and open the detail page
9. Note that the "Analytics: Show analytics" line shows up
10. Click that link
11. Note that it opens the "Cool article" record and it displays
"In: Awesome title: awesome subtitle"
12. Click that link
13. Note that it opens the "Awesome title" record

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2023-12-20 15:13:46 +01:00
..
authorities/etc Bug 32741: Fix {biblios|authorities}/bib1.att duplicate codes 2023-02-02 11:59:26 -03:00
biblios/etc Bug 32741: Fix {biblios|authorities}/bib1.att duplicate codes 2023-02-02 11:59:26 -03:00
etc Bug 35455: Remove = in ICU for indexing/searching 2023-12-20 15:13:46 +01:00
lang_defs
marc_defs Bug 24517: Add missing 6th position to date-entered-on-file index 2023-06-23 09:46:40 -03:00
xsl Bug 33277: Adjust source file for zebra mappings 2023-05-10 15:26:25 -03:00
ccl.properties Bug 29185: Facilitate searching for cnum 2023-05-10 15:26:28 -03:00
cql.properties
explain-authorities.xml
explain-biblios.xml
pqf.properties
retrieval-info-auth-dom.xml
retrieval-info-bib-dom.xml
zebra-authorities-dom.cfg
zebra-biblios-dom.cfg