What I try is to remove this parameter from the URL "/ Sports% 20-% 20Arte" and then make a selection in the BD
$busqueda = str_replace('%20'," ",$busqueda);
but until now I only keep this: Sports-Art and I want to achieve something like this: Sports - Art