@@ -, +, @@ but not without * sudo cp -i /kohadevbox/koha/etc/zebradb/etc/word-phrase-utf.chr /etc/koha/zebradb/etc/word-phrase-utf.chr * sudo koha-zebra --restart kohadev * sudo koha-mysql kohadev * DELETE FROM biblio WHERE biblionumber = 369; * The reindex woudl fail for me with this broken record present. * sudo koha-rebuild-zebra -f kohadev with and without ©. --- etc/zebradb/etc/word-phrase-utf.chr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/etc/zebradb/etc/word-phrase-utf.chr +++ a/etc/zebradb/etc/word-phrase-utf.chr @@ -9,7 +9,7 @@ lowercase {0-9}{a-z}αβγδεζηθικλμνξοπρστυφχψω uppercase {0-9}{A-Z}ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ # Breaking characters -space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~’{\x88-\x89}{\x98-\x9C}¡¿«» +space {\001-\040}!"#$%&'\()*+,-./:;<=>?@©\[\\]^_`\{|}~’{\x88-\x89}{\x98-\x9C}¡¿«» # Characters to be considered equivalent equivalent aáàãåâăąȧǎȁȃ --