Actions
Bug #20869
closedExternal files with Umlauts/special chars in filename are not indexed
Start date:
2009-08-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
indexed_search fails to index external files with umlauts in the filename. This is because the special characters are urlencoded (like "Buchungsbest%C3%A4tigung"). The indexer checks if the file exists, which fails because the URL codes do not get decoded.
Attached patch fixes the issue for us.
(issue imported from #M11696)
Files
Actions