Actions
Bug #75972
closedWrong result title
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2016-04-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi all,
I have a detail page which displays the content of an item from a plugin.
I put in my show action :
$pageRenderer = GeneralUtility::makeInstance('TYPO3\CMS\Core\Page\PageRenderer'); $pageRenderer->setTitle($item->getTitle()); $GLOBALS['TSFE']->altPageTitle = $item->getTitle(); $GLOBALS['TSFE']->indexedDocTitle = $item->getTitle();
But indexed Search doesn't index the title of my item.
In the Indexing Engine Statistics, the "item_title" is always the name of the page but not the title of my item.
What's wrong with it ?
Thank you all for advance :)
Actions