Bug #29086
closed
Livesearch didn't find alle pages
Added by Udo Leimberger over 13 years ago.
Updated about 7 years ago.
Description
If you are a BE user with various mountpoints (no admin) , liveserach didn't find all pages.
Attached - bugfix for class.t3lib_search_liveserach.php
Files
Hi Udo,
thanks for your contribution.
I suggest a different coding:
$pagelist = array();
$mounts = $GLOBALS['BE_USER']->returnWebmounts();
foreach ($mounts as $pageId) {
$pagelist[] = $this->getAvailablePageIds($pageId, self::RECURSIVE_PAGE_LEVEL);
}
$pageIdList = implode(',', $pagelist);
unset($pagelist);
Could you please post this patch to the TYPO3 review system?
See http://forge.typo3.org/projects/typo3v4-core/wiki/Contribute_Walkthrough how it works.
Thank you.
Hi Marcus,
attached the new diff.
Unfortunately your link to the Contribute Walkthrough ends in a non completed doc.
Do you have another link ?
Thank you
Best regards
Udo
Patch set 1 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460
Patch set 2 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460
Patch set 3 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460
Patch set 4 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460
Patch set 5 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF