I need to add to pages refs additional query params, and I have tried
$pages->route = 'contr/act¶m=' . $value;
But this isn’t consistent with flatten url style (‘path’ format). Ok, you can say, I can check the format, and I can But, probably more direct way to add additional params to query string (or path) exists. Is there such one?