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