Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
SELECT * FROM `_video` WHERE (id > 0 AND status = 1 AND (title LIKE '%xxx%🔥%' OR `desc` LIKE '%xxx%🔥%' OR keywords LIKE '%xxx 🔥%' OR tags LIKE '%xxx 🔥%') AND category NOT LIKE '%[41]%') ORDER BY date desc LIMIT 0,44