Project

General

Profile

Actions

Bug #79923

closed

indexed_search pagination not working

Added by René Schäfer about 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
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.

Actions #1

Updated by Tymoteusz Motylewski about 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;

Actions #2

Updated by René Schäfer about 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.

Actions #3

Updated by Riccardo De Contardi about 7 years ago

@René Schäfer: so, do you think that we can close this issue? Thank you!

Actions #4

Updated by René Schäfer about 7 years ago

Yes, close it. Thank you.

Actions #5

Updated by Riccardo De Contardi about 7 years ago

  • Status changed from Needs Feedback to Closed

thank you for your feedback.

Actions

Also available in: Atom PDF