@@ -, +, @@ - Without patch - Create a record R1 with title containing for example "cœur" - Create a record R2 with title containing for example "coeur" - Index those records - Search for "cœur" - Search for "coeur" - Apply patch - Restart zebra - Index R1 and R2 - Search for "cœur" - Search for "coeur" ------ --- etc/zebradb/etc/phrases-icu.xml | 4 ++++ etc/zebradb/etc/words-icu.xml | 4 ++++ 2 files changed, 8 insertions(+) --- a/etc/zebradb/etc/phrases-icu.xml +++ a/etc/zebradb/etc/phrases-icu.xml @@ -1,4 +1,8 @@ + + + + --- a/etc/zebradb/etc/words-icu.xml +++ a/etc/zebradb/etc/words-icu.xml @@ -1,4 +1,8 @@ + + + + --