Actions
Bug #38902
closedindexed_search: Show forbidden records does not work
Start date:
2012-07-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Even with setting:
plugin.tx_indexedsearch.show.forbiddenRecords=1 config.typolinkLinkAccessRestrictedPages = uid-of-login-page
indexed search does not search for forbidden records.
I found if i change function execFinalQuery() on line 1119 from:$id_list[] = $this->cObj->getTreeList($rootId,9999,0,0,'','').$rootId;
to
$id_list[] = $this->cObj->getTreeList($rootId,9999,0,1,'','').$rootId;
that indexed search starts searching and showing forbidden records.
Is this a bug or only mis-settings?
Actions