Bug #38902
closedindexed_search: Show forbidden records does not work
0%
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?
Updated by Chris topher over 11 years ago
- Subject changed from Show forbidden records to indexed_search: Show forbidden records does not work
Updated by Alexander Opitz over 10 years ago
- Category set to Indexed Search
- TYPO3 Version set to 6.0
- Is Regression set to No
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Needs Feedback
- Assignee set to Peter Wechtersbach
Hi Peter,
Indexed search has undergone deep changes so far (the lines you wrote are no more present)... have you tried with the latest version of TYPO3? (6.2.14 or 7 (latest master))?
Thank you for your feedback
Updated by Riccardo De Contardi about 9 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.