Project

General

Profile

Actions

Bug #17663

closed

forwardSearchWordsInResultLink: $tmplArray['path'] does not include search words

Added by Ulrich Fischer about 17 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2007-10-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

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?

Actions #2

Updated by Michael Bakonyi almost 14 years ago

Still an issue in 4.4.6. Would be nice if the params would be added.

Actions #3

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)?

Actions #4

Updated by Alexander Opitz about 11 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions

Also available in: Atom PDF