Actions
Bug #79923
closedindexed_search pagination not working
Start date:
2017-02-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
indexed_search pagination
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hello,
I use the Introduction Package and indexed_search.
FE Search Page (used Plugin) shows the right item count (e.g. 31 items) an list 10 items plus pagination links below.
But this links have no useful href -> href="#"
I've tried standard fluid template of introduction package and the original sysext fluid template.
Updated by Tymoteusz Motylewski over 7 years ago
- Status changed from New to Needs Feedback
Hi
I've just checked with current master (v8) and pagination is working fine.
The href has indeed a value of "#" but it's correct.
Note that there is an onclick attribute with value like
document.getElementById('tx_indexedsearch_pointer').value='1';document.getElementById('tx_indexedsearch').submit();return false;
Updated by René Schäfer over 7 years ago
- % Done changed from 0 to 100
Hello Tymoteusz,
thanks for your hint. I overrides some main configuration for the JS of indexed_search.
True, it's runnig.
Updated by Riccardo De Contardi over 7 years ago
@René Schäfer: so, do you think that we can close this issue? Thank you!
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Needs Feedback to Closed
thank you for your feedback.
Actions