Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mikko Saari

    (@msaari)

    A database problem –?emoji are in utf8mb4 set, and Relevanssi tables are just plain utf8. In order to fix this, you need to change the collation of the columns “term” and “term_reverse” in the wp_relevanssi table to “utf8mb4_general_ci”.

    Anyway, that’s not enough to solve the problem –?for some reason including emoji in a post makes Relevanssi not index that post at all. I’m not sure why, as entering the same MySQL query directly to the database works without problems. I’ll have to investigate this.

    +1

    Plugin Author Mikko Saari

    (@msaari)

    This should be fixed in the latest versions of Relevanssi.

    Amazing!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error message for some special characters.’ is closed to new replies.