Bug #29086
closedLivesearch didn't find alle pages
100%
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
Updated by Markus Klein over 13 years ago
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.
Updated by Udo Leimberger over 13 years ago
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
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460
Updated by Mr. Hudson about 13 years ago
Patch set 2 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460
Updated by Mr. Hudson about 13 years ago
Patch set 3 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460
Updated by Mr. Hudson about 13 years ago
Patch set 4 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460
Updated by Mr. Hudson about 13 years ago
Patch set 5 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460
Updated by Anonymous about 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 61b89cdd94ab2cadcc94e4f47c72eb424518a040.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed