I'm using Zend Paginator here, in an ajax request I am retrieving objects based upon search results and rendering the HTML and passing it along with a rendered Zend Paginator view.
The problem is that the returning paginator doesn't take into account the new url. for example if I were to do it without ajax I would have my page url read:
www.mysite.com/?search=something&page=2
However from and ajax query it doesn't work that way the search variable is not appended to the url in the paginator links. Help please.