Project

General

Profile

Actions

Bug #38902

closed

indexed_search: Show forbidden records does not work

Added by Peter Wechtersbach about 12 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Category:
Indexed Search
Target version:
-
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

Also available in: Atom PDF