How do I pass data via get from a form? When I submit, the url gets
meusite.com/pesquisar?termo=algumtermo&categoria=algumacategoria
. How do I pass these two parameters termo
and categoria
to the route and thus send to the controller?