Actions
Feature #91599
closed[!!!] Cleanup indexed_search
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
Start date:
2020-06-06
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.3
Tags:
Complexity:
hard
Sprint Focus:
Description
After implementing the worker in TYPO3 10.4.x and revisiting the code in order to further improve this new feature, it became apparent that the extension needed some more love.
I'll work on the following aspects:
- separation of concerns
- improve API regarding indexing workers
- make the general API more robust by adding some much needed interfaces
- decouple as many dependencies between the classes (i.e. why does the FileContentParser
need the Indexer
to write to the time tracker?)
Actions