1
I created an action, in which, when clicking an icon on the page, it calls this action and in itself has a redirect to the page itself. The problem is you’re not doing this redirect.
Action:
public function limpar_criterios(){
return $this->redirect('/intercambio/pesquisa_nova');
}
Link that makes the call:
<a href="/limpar_criterios/inglês"><img src='/img/bandeiras/small_45x31_1.jpg' width="39" height="31" /></a>