I have a problem with the pagination in my search page. When a user search something I have a url like domain.com/search/?s=keyword but paginator gives me links lik
domain.com/search/?s=keyword
$this->Paginator->options['url']['?'] = ['key' => $this->params['url']['value']];