http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5160 Summary: Default Zebra configuration : map lines in word-phrase-utf.chr Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Searching AssignedTo: gmcharlt@gmail.com ReportedBy: fridolyn.somers@gmail.com QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 In the Zebra indexing configuration file word-phrase-utf.chr, there are some "map" lines defined. I wonder about those two : map (^c) @ map (^C) @ They mean that a starting "c" letter must be ignored. For example, "Cristopher" will be indexed as "ristopher". Is is a wanted behaviour ? Shouldn't it be a "c" letter and a space : map (^c\s) @ map (^C\s) @ Other map lines should also be reviewed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.