I created a search using a module. But when I insert a pagination, some mistakes happen. I can bring up the paging in research and to limit the number of items, but navigating through the pages is in trouble. The parameters of the URL simply vanish, is an example.
Normal search:
/index.php/component/cck/?cck=houses&number=&street=&option=com_cck&view=list&Itemid=&search=search_house&task=search
After paging
/index.php/component/cck/?cck=houses&search=search_houses&task=search&start=1
With this research is completely empty without paging or results. All because the URL is not in the initial parameters. However, manually inserting, both research paging run again. Can anyone help me solve this problem please?