https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16839
David Liddle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from David Liddle <[email protected]> --- Our Koha installation has holdings that use many different scripts, including Thai and Chinese. Issues with the latter caused me to revisit this topic today. In an interesting chat with Google Gemini, it took existing information from sources in Zebra documentation and the Koha community sites and created a seemingly novel solution for sorting. It suggested that I create a similar file to those mentioned in the instructions on the Koha Wiki, words-icu.xml and phrases-icu.xml. This file, named sort-icu.xml, replaced sort-string-utf.chr in default.idx. Additionally, all three XML files were reconfigured to use the Thai locale, which apparently resolves some distinct challenges with sorting while remaining compatible with other languages. I put this in place on our test server, did a full reindex (without errors), and asked our staff to compare search result sorting between it and our production server. We'll see if Gemini was right – or full of hooey. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
