Actions
Bug #77970
closedIndexing external files with path longer than 255 chars
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2016-09-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
It's not possible to index external files when their path is longer than 255 characters long.
This happens because the field index_phash.data_filename is only a varchar(255). It would be good to increase the size of this field.
Bug appears in TYPO3 6.2.27, but the size of the field hasn't changed in 7.6 or 8, so I believe the bug will be present there as well.
Actions