[TYPO3-dev] indexed_search Paging problem

Markus Stauffiger markus at 4eyes.ch
Wed Aug 16 13:31:30 CEST 2006


Hi Nirmalya

Check if you have all the necessary hidden fields in your search form like

<input name="tx_indexedsearch[pointer]" value="0" type="hidden">
<input name="tx_indexedsearch[_freeIndexUid]" value="_" type="hidden">

Greets
Markus

Nirmalya schrieb:
> Hi,
> I am using typo3 version 4.0. & indexed_search version 2.9.0.
> The pages of website is cached and searched properly.
> If I've searched for "Home"
> Result:
> Displaying results 1 to 10 out of 16
> and "Page1 Page2 Next> " paging at top & bottom is displaying.
> 
> problem: But the "Page1 Page2 Next>" links are not working.
> The view page source of "Page1 Page2 Next> " is as below:
> <ul class="browsebox">
> <li class="tx-indexedsearch-browselist-currentPage"><strong><a href="#" 
> onclick="document.tx_indexedsearch['tx_indexedsearch[pointer]'].value='0';document.tx_indexedsearch['tx_indexedsearch[_freeIndexUid]'].value='-1';document.tx_indexedsearch.submit();return 
> false;">Page 1</a></strong></li><li><a href="#" 
> onclick="document.tx_indexedsearch['tx_indexedsearch[pointer]'].value='1';document.tx_indexedsearch['tx_indexedsearch[_freeIndexUid]'].value='-1';document.tx_indexedsearch.submit();return 
> false;">Page 2</a></li><li><a href="#" 
> onclick="document.tx_indexedsearch['tx_indexedsearch[pointer]'].value='1';document.tx_indexedsearch['tx_indexedsearch[_freeIndexUid]'].value='-1';document.tx_indexedsearch.submit();return 
> false;">Next &gt;</a></li>
> </ul>
> 
> any help...
> Regards,
> Nirmalya
> ---------------
> http://www.fivee.in
> 





More information about the TYPO3-dev mailing list