[TYPO3-english] indexed_search searchresults title encoding problem

G.Unger skyfreak1 at gmx.net
Tue Jan 26 16:43:56 CET 2010


On 2010-01-26 15:54:48 +0100, "JoH asenau" <info at cybercraft.de> said:

>> The standard TYPO3 search != indexed_search
> 
> Standard search is a simple form element and has nothing to do with the
> "Indexed Search" extension.
> 
> HTH
> 
> Joey


cheers Joey that makes sense ;)

I found no the relevant part in class.tx_indexedsearch.php
in function prepareResultRowTemplateData

			// $title = 
$this->linkPage($row['data_page_id'],htmlspecialchars($this->makeTitle($row)),$row,$markUpSwParams);
			$title 

= 
$this->linkPage($row['data_page_id'],$this->makeTitle($row),$row,$markUpSwParams);

that 

solves the problem.
but it is not steady to updates, therefore any possibility to change 
this by typoscript would be nice.

rgds,
GUIDO



More information about the TYPO3-english mailing list