Ver original$sql = "SELECT * FROM noticias WHERE titulo LIKE '%$buscar%' OR texto LIKE '%$buscar%' ORDER BY id DESC";