req->get("id", "")); $q = trim($this->req->get("q", "")); $query = $this->queryInicial; if($id > 0) { $query->andWhere(["id" => $id]); } return new Respuesta($query, $this->limite, $this->pagina, $this->ordenar); } }