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
To pass all URL arguments to paginator functions, add the following to your view: Plain Text View
$paginator->options(array('url' => $this->passedArgs));
That's it. See http://book.cakephp.org/2.0/en/core-libraries/components/pagination.html