Actions
Bug #22584
closedSearching for indexed files in multilingual installations with language limited searching not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-05-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Linked files always go into index with sys_language_uid=0.
In a multilingual installation with search forms being restricted to a specific page language ("tx_indexedsearch[lang]=1" for german in my case), only the default language search configuration ("tx_indexedsearch[lang]=0") is able to find any indexed files.
My patch changes the pi to regard sys_language_uid only if the item_type is "0".
Another solution would be to changing the indexer to set the indexed files sys_language_uid to "-1" or to the sys_language_uid of the corresponding page but i am not deep enough into tx_indexedsearch for doing such things.
(issue imported from #M14301)
Files
Actions