Actions
Bug #99527
openEpic #65815: Improve Indexed search indexer
indexed_search does not properly index XLSX and PPTX files
Status:
Under Review
Priority:
Should have
Assignee:
Category:
Indexed Search
Target version:
-
Start date:
2023-01-12
Due date:
% Done:
50%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Working on a client's install, it turns out indexed_search is not capable of properly indexing XLSX and PPTX files.
- Problem for XLSX: the wrong "unzipped" file is indexed, that file contains some kind of metadata which are basically only pointers (integers). The content extracted is plain wrong and useless
- Problem for PPTX: only the content of Slide 1 is extracted, it misses content from all other slides
Files
Actions