Query strings are not considered when matching routes, so you will have to modify the routes to accept additional optional url segment ... and take decisions accordingly ...
@d3xt3r actually i was looking for a way just like the $paginatedobject->setPath() function.
I thought maybe there was something like:
$paginatedobject->setVariableInput('parameter')
$paginatedobject->setVariableInput('path')
but there isn't :( actually, for who's coming here by google, this example is just dummy code and doesn't excist (jet). the package bij spatie is also not able to handle the - instead of / , they can make it for me, but i allready looked at the package, i think i'll try it myself ;)