Actions
Bug #20573
closedPagetitle of Results not translated in contentelement SEARCHRESULT
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-06-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In the searchresults of the native contentelement search of Typo3 core (not indexed_search) the pagetitle is always in the default-language. Everything else is translated.
This is the Renderobj of one result-row:
COA:
Array
(
[10] => TEXT
[10.] => Array
(
[field] => pages_title
[htmlSpecialChars] => 1
[typolink.] => Array
(
[parameter.] => Array
(
[field] => uid
)
[target] =>
[additionalParams.] => Array
(
[data] => register:SWORD_PARAMS
[required] => 1
[wrap] => &no_cache=1
)
)
[wrap] => <h3 class="csc-searchResultHeader">|</h3>
)
[20] => COA
[20.] => Array
(
[10] => TEXT
[10.] => Array
(
[field] => tt_content_bodytext
[stripHtml] => 1
[htmlSpecialChars] => 1
)
[stdWrap.] => Array
(
[crop] => 200 | ...
[wrap] => <p class="csc-searchResult">|</p>
)
)
)
(issue imported from #M11274)
Actions