[Koha-bugs] [Bug 3216] UNIMARC author facets

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 12 09:51:02 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216

--- Comment #9 from Frédéric Demians <frederic at tamil.fr> 2011-12-12 08:51:02 UTC ---
Created attachment 6716
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6716
ICU/CHR tokenization

Word search with multi-part facets works properly only with Zebra ICU
tokenization. This patch add a new question to Koha command line
installer:

  Zebra has two methods to perform records tokenization
  and characters normalization: CHR and ICU. ICU is
  recommended for catalogs containing non-Latin
  characters. (chr, icu) [chr]

How to test:

  - perl ./Makefile.PL
  - Try each possible value for new parameter
  - Take a look at zebradb/etc/default.idx file.
    Depending of the parameter you get this line:
      icuchain words-icu.xml
    or this one:
      charmap word-phrase-utf.chr

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list