Bug #15156
closedSetting headerOnly also removes markup of search words
0%
Description
When setting the headerOnly parameter of the function printResultRow to one (which should be made configurable via TS if it isn`t already), in line 1480 the make description function is not called any more.
This results in a search result where a description without marked-up search-words is generated.
To have the search-words marked up so that you can style them e. g. red via CSS, you have to change line 1480.
Maybe I got something wrong but I think this is not the right behaviour.
change
$tmplContent['description'] = $this->makeDescription($row,$this->piVars['extResume'] && !$headerOnly?0:1);
to
$tmplContent['description'] = $this->makeDescription($row,$this->piVars['extResume'] && !$headerOnly?1:0);
(issue imported from #M1733)
Updated by Alexander Opitz over 11 years ago
- Target version deleted (
0) - TYPO3 Version set to 3.8
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.5
- Is Regression set to No
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41574
Updated by Benni Mack over 9 years ago
- Target version changed from 7.5 to 7.4 (Backend)
- Sprint Focus set to On Location Sprint
Updated by Stefan Neufeind over 9 years ago
- Status changed from Under Review to Rejected
Updated by Anja Leichsenring about 9 years ago
- Sprint Focus deleted (
On Location Sprint)