Bug #17663
closedforwardSearchWordsInResultLink: $tmplArray['path'] does not include search words
0%
Description
forwardSearchWordsInResultLink:
$tmplArray['path'] does not include search words in the link, even $tmplArray['title'] includes them.
SOLUTION for
$Id: class.tx_indexedsearch.php 2158 2007-02-27 13:49:53Z
Add $markUpSwParams as a prameter for the 'makeInfo' function and the following 'linkPage' function:
1) $tmplContent = $this->makeInfo($row,$tmplContent,$markUpSwParams);
2) function makeInfo($row,$tmplArray,$markUpSwParams) {
3) $tmplArray['path'] = $this->linkPage($pathId,$pathStr,array(
'data_page_type' => $row['data_page_type'],
'data_page_mp' => $pathMP,
'sys_language_uid' => $row['sys_language_uid'],
),$markUpSwParams);
(issue imported from #M6481)
Updated by Steffen Gebert over 16 years ago
Is there a chance to have this fixed in one of the next versions of indexed_search?
Updated by Michael Bakonyi almost 14 years ago
Still an issue in 4.4.6. Would be nice if the params would be added.
Updated by Alexander Opitz over 11 years ago
- Category changed from Miscellaneous to Indexed Search
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.4
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.