Summary: | Diacritics not mapped | ||
---|---|---|---|
Product: | Koha | Reporter: | Joy Nelson <1joynelson> |
Component: | Searching | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | josef.moravec, kyle, nick, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 13800 - Diacritics not mapped
Bug 13800 - Diacritics not mapped Bug 13800 - Diacritics not mapped |
Description
Joy Nelson
2015-03-05 19:31:19 UTC
Original comment from library:
> When searching for author Arnaldur Indridason the character Ð/ð is not mapping to D/d
Created attachment 36724 [details] [review] Bug 13800 - Diacritics not mapped This patch adds a mapping for the lower case ð character to word-phrase-utf.chr ( Ð was already mapped to d) To test: 1. Add a record with the ð character (Arnaldur Indriðason is an example author) 2. Rebuild zebra 3. Search for your record using d instead of ð and verify it is not found 4. Apply patch and copy word-phrase-utf.chr to the appropriate folder 5. Restart and rebuild zebra 6. Search for your record using d instead of ð and verify it is found Created attachment 37387 [details] [review] Bug 13800 - Diacritics not mapped This patch adds a mapping for the lower case ð character to word-phrase-utf.chr ( Ð was already mapped to d) To test: 1. Add a record with the ð character (Arnaldur Indriðason is an example author) 2. Rebuild zebra 3. Search for your record using d instead of ð and verify it is not found 4. Apply patch and copy word-phrase-utf.chr to the appropriate folder 5. Restart and rebuild zebra 6. Search for your record using d instead of ð and verify it is found Signed-off-by: Josef Moravec <josef.moravec@gmail.com> works as expected Created attachment 37488 [details] [review] Bug 13800 - Diacritics not mapped Patch pushed to master. Thanks Nick! |