From 1f0a6b37385aa7e3eccb64704a5c3f6391560ce1 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Thu, 16 Jul 2015 17:48:14 +0200 Subject: [PATCH] Bug 14542 - Transliterate rule for all single quote forms Single quotes in common language (not in programming) are usually ', but there is also the form known as ’ in HTML. See https://fr.wikipedia.org/wiki/Apostrophe_%28typographie%29 This bug proposes to transliterate all forms into a space. Test plan : (I'll use the code ’ instead of the unicode character) - Without the patch - Create a record with title : L’avion d’argile - Index this record - Search for "L’avion d’argile" => You find the record - Search for "L'avion d'argile" => You do not find the record - Apply patch - Search for "L’avion d’argile" => You find the record - Search for "L'avion d'argile" => You find the record - Search for "L avion d argile" => You find the record Signed-off-by: Frederic Demians --- etc/zebradb/etc/words-icu.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/zebradb/etc/words-icu.xml b/etc/zebradb/etc/words-icu.xml index 1015688..2eb3e7b 100644 --- a/etc/zebradb/etc/words-icu.xml +++ b/etc/zebradb/etc/words-icu.xml @@ -4,6 +4,8 @@ + + -- 2.6.2