Hi Tibor, Now indexing works properly. > > Can you check whether your database was well created with UTF-8 > character set? >
We recreated database with CHARSET UTF8 and using mysqldump carried all data over there. Before we replaced "latin1" by "utf8". Then reindexing was successful. Thank you. Genis > > Here, it does not matter that server uses "latin1" character set and > "latin1_swedish_ci" collation by default, provided that Invenio > database is well "utf8" and that it uses "utf8_general_ci collation". > > What does "inveniocfg --detect-system-details" outputs on your system? > > P.S. The database is usually created via: > $ git grep -n 'CREATE DATABASE' modules/ > modules/miscutil/lib/inveniocfg.py:746:mysql> CREATE DATABASE > %(dbname)s DEFAULT CHARACTER SET utf8; > > Best regards > -- > Tibor Simko

