How can I do paging with query string in CodeIgniter? I'm trying to search the documentation but I have not found it! I have the following scenario:
http://localhost/meusite/procurar/s?search_state=RJ&search_city=Rio+de+Janeiro
If it was a page without a search it would be easy, just indicate the main page that will appear the listing, but as a search system how do I do when I click the next page keep the search criteria in the get?