Actions
Bug #79982
closedJump links not working with RealURL
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2017-02-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
Jump links for sections do not work if RealURL is enabled because "config.absRefPrefix" is not taken into account.
Therefore in template "Search.html"
<a href="#anchor_{sectionId}">... </a>
should be replaced by
<f:link.page section="anchor_{sectionId}" addQueryString="1" noCacheHash="1"> ... </f:link.page>
Actions