SELECT * FROM produtos WHERE (p!=0 || m!=0 || g!=0 || gg!=0) AND status=1 AND (titulo LIKE '%it%' OR tags LIKE '%it%' OR texto LIKE '%it%' OR categ LIKE '%it%' OR genero LIKE '%it%') ORDER BY titulo Busca | Regentag