2. 設定 more> Administration > Global system preferences > Searching.
2.1 UseICU 設定為 use
2.2 QueryFuzzy 設定為 don't try.
2.3 QueryStemming 設定為 don't try.
修改/etc/koha/zebradb/etc/default.idx 像範例一樣 主要是加上
icuchain words-icu.xml
exanple:
 # Traditional word index
 # Used if completenss is 'incomplete field' (@attr 6=1) and
 # structure is word/phrase/word-list/free-form-text/document-text
 index w
 completeness 0
 position 1
 alwaysmatches 1
 firstinfield 1
 icuchain words-icu.xml
 
 
 # Phrase index
 # Used if completeness is 'complete {sub}field' (@attr 6=2, @attr 6=1)
 # and structure is word/phrase/word-list/free-form-text/document-text
 index p
 completeness 1
 firstinfield 1
 icuchain words-icu.xml