Actions
Bug #22272
closedProblem with indexed search an logged user
Start date:
2010-03-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I log in as a frontend user, indexed search doesn't show any results. If I search without login I show all results.
After I debbuged code, the problem is in checkResume function, when check from $row['gr_list'] and $GLOBALS['TSFE']->gr_list. The code checks if string is the same, but when user is logged and page is visible to everyone the string aren't the same. So the system controls if exists some phash with specific groups but it doesn't.
(issue imported from #M13804)
Updated by Dmitry Dulepov over 14 years ago
This is not a bug. You must index this page for all group combinations. This is how it works.
Use crawler with a proper group configuration.
Actions