This happened after I replaced the source from table to view consisting of two tables, and used with one function. The only utf8mb4_unicode_520_ci tables are those used by wordpress. My tables use utf8mb4_unicode_ci
Plugin Contributor
Kim L
(@kimmyx)
Hi @jkacher,
Thanks for the post.
Could you send us a ticket regarding this issue? We might need to take a closer look at your data source.
We’ll wait for your response!
I did respond in the email. I traced the problem all the way to the Group_concat() function in MariaDB, it adds a Separator that is of a different collation. Your Global Filter uses a simple like ‘%x%’ , and it went all the way down through View to my function. I had to materialize the View first, so your Global Filter worked on the result. To do this I set the Algorithm=Temptable in the create view, that solved the problem. So no need for a ticket, thanks for all the support you give us.
Plugin Contributor
Kim L
(@kimmyx)
Hi @jkacher,
Thanks a lot for the update.
We’re glad you were able to narrow down the cause. 🙏
Feel free to create a new topic if you have new questions.