Hi vtxyzzy, it doesn’t work.
It works if i add this option to $pagination:
'add_args' => array(
'categoria' => get_query_var( 'categoria' ),
'provincia' => get_query_var( 'provincia' ) /* and so on */ )
That way, the problem is that the permalink of pagination becomes:
http://mysite/result/page/2/?categoria=xxxx&provincia=yyyyy
instead of:
http://mysite/result/page/2/
i have more of 10 query vars, is not nice this permalink.