We are using CakePHP's default search behavior with listing page and once I have selected some criteria for searching, it works fine.
Now, whenever I go on page no. 2 with searched criteria, the search parameters does not pass with the Paging and it becomes a normal listing.
Do anyone have some idea about searching and paging combination, with CakePHP 1.2 default search plug-in.
Take a look at this tutorial. It looks vaguely like what I've done in the past.