Bug #21888
closedminor issue with indexing
0%
Description
I couldnt figure out why index search wasnt indexing, so I went to the source to find out why.
After a while I finally found the problem.
On line 248 in class.indexer.php there is a check:
if (!strcmp($pObj->sys_language_uid,$pObj->sys_language_content))
It checks if the content language is the same as the sys_language. In my case they where different becuase I was using content_fallback so the content was showing up.
The solution was to change the sys_lang back to the same as the content_lang.
But in my opinion there should be a check for content_fallback in the plugin.
Add an extra condition to the if-statement on line 248 in class.indexer.php that checks for content_fallback
(issue imported from #M13108)
Updated by Susanne Moog over 13 years ago
- Category set to Indexed Search
- Status changed from Needs Feedback to New
- Target version deleted (
0) - TYPO3 Version set to 4.4
- Complexity set to medium
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.