Change /search to /somethingelse

Ok, the solution I’m now using is to create a rewrite rule in .htaccess (on the root of wp project) like this:

RewriteCond %{QUERY_STRING} ^s=([^\&]*)$
RewriteRule ^(.*)$ /pesquisar/%1 [NE,L,R=301]

I don’t know if it’s the best solution but seems to be working ok!