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 #1

Updated by Chris topher about 11 years ago

  • Project changed from 1113 to 24
Actions #2

Updated by Chris topher about 11 years ago

  • Subject changed from Show forbidden records to indexed_search: Show forbidden records does not work
Actions #3

Updated by Chris topher about 11 years ago

  • Project changed from 24 to TYPO3 Core
Actions #4

Updated by Alexander Opitz over 10 years ago

  • Category set to Indexed Search
  • TYPO3 Version set to 6.0
  • Is Regression set to No
Actions #5

Updated by Riccardo De Contardi about 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

Actions #6

Updated by Riccardo De Contardi almost 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.

Actions

Also available in: Atom PDF