https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26221
Vidya <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #4 from Vidya <[email protected]> --- It is not a bug in Koha. It happened because after installing yaz-icu, one need to do the following changes. sudo apt-get install yaz-icu go to : cd /usr/share/idzebra-2.0/tab/ Copy the following 4 files to new location: 1. icu.idx 2. phrases-icu.xml 3. string.chr 4. words-icu.xml cp icu.idx phrases-icu.xml string.chr words-icu.xml /etc/koha/zebradb/etc/ Edit default.idx and comment charmap and add icuchain sudo nano default.idx Here I found only charmap string.chr so commented that in both places. #charmap word-phrase-utf.chr icuchain words-icu.xml and #charmap word-phrase-utf.chr icuchain phrases-icu.xml Create a copy of words-icu.xml cp /etc/koha/zebradb/etc/words-icu.xml /etc/koha/zebradb/etc/icu.xml cd sudo nano /etc/koha/zebradb/etc/icu.xml change <icu_chain locale="en"> to <icu_chain locale="en_IN.UTF-8"> Give the admin rights by running following commands. sudo chown -R library-koha:library-koha /etc/koha/zebradb/etc sudo koha-zebra --restart <library instance name> sudo koha-rebuild-zebra -v -f <library instance name> Now I got everything working perfectly. In Advance Search, I am able to do Collection and Shelving Location search and language search also. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
