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 '%❤%🩹%meaning%in%hindi%' OR `desc` LIKE '%❤%🩹%meaning%in%hindi%' OR keywords LIKE '%❤ 🩹 meaning in hindi%' OR tags LIKE '%❤ 🩹 meaning in hindi%') AND category NOT LIKE '%[41]%') ORDER BY date desc LIMIT 0,44