[Bug 5160] New: Default Zebra configuration : map lines in word-phrase-utf.chr
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5160 Colin Campbell <colin.campbell@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin.campbell@ptfs-europe. | |com --- Comment #1 from Colin Campbell <colin.campbell@ptfs-europe.com> 2010-08-23 10:33:43 UTC --- I can confirm that removing these two lines and running a rebuild zebra fixes the strange zebra bug I experienced where headings starting with C were not being indexed correctly (e.g. Chinese Poetry indexing as hinese poetry) I think all these map entries where the string does not end with punctuation will be causing similar mis-filings -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5160 --- Comment #2 from Colin Campbell <colin.campbell@ptfs-europe.com> 2010-08-23 12:01:06 UTC --- Created attachment 2559 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2559 Patch Attached patch adds a space after initial strings that do not end in punctuation. It does not address if this is the best way to handle this or what the default contents of this file should be. This does mean that C5 will no longer interfile with C 4 and C.6 but it will stop authors and titles beginning with C misfiling to allow this. (whether this was the requitement is hard to tell as no explanation is given on the commit that added the stop words -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5160 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Galen Charlton <gmcharlt@gmail.com> 2010-10-28 12:13:05 UTC --- Patch is in HEAD and 3.2.0. Please test and close. -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5160 Fridolyn SOMERS <fridolyn.somers@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Fridolyn SOMERS <fridolyn.somers@gmail.com> 2010-10-28 13:36:22 UTC --- Tested ok. Corresponding commit : http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=1519497ea7433927... -- 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org