Actions
Bug #64716
closedindexed search broken after moving "SearchResultContentObject" to compatibility6 extension
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-02-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Indexed search still uses the old cobject in two places:
typo3/sysext/indexed_search/Classes/Controller/SearchController.php
and
typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php
just to call one method from SearchResultContentObject->register_and_explode_search_string()
we should copy the function to indexed search, so we don't depend on deprecated cobject
Actions