Bug #22584
closedSearching for indexed files in multilingual installations with language limited searching not working
0%
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
Updated by Mario Rimann over 11 years ago
- Target version deleted (
0)
May be this is the same as in #46261 - could you try this and maybe even review the patch athttps://review.typo3.org/18899 ?
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Status changed from New to Closed
- TYPO3 Version set to 4.5
- Is Regression set to No
dupe