SELECT contents.id
FROM contents
WHERE 1 AND ( (SELECT vtiny FROM props WHERE id = contents.id AND class = 'contents' AND name = 'title') LIKE '%Her%' OR FIND_IN_SET('Her',(SELECT CONCAT_WS(',',orginal,director,writer,star,genre,year,country) AS tags FROM movies WHERE content = contents.id)) OR FIND_IN_SET('Her',contents.tags)) AND FIND_IN_SET(contents.type, 'content,person,movie') AND status IN (1)