Error: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'
If you are using SQL keywords as table column names, you can enable identifier quoting for your database connection in config/app.php.
Notice (8): iconv(): Detected an illegal character in input string [ROOT/plugins/Search/src/Model/Behavior/SearchableBehavior.php, line 768]
Could help me?