[BUGFIX] Indexed_search extbase plugin support for mysql fulltext search
Add three getters for IndexSearchRepository and SearchFormController to have a common api for accessing data needed by FulltextIndexHook. Unify the processing of $page_where as in one class it was expected that it returns statement with 'AND' and in other without. Unify the formatting of select statements in both classes to make differences easier to spot (fix missing $wordSel statement in the extbase plugin in the process). Resolves: #65989 Resolves: #52277 Releases: master, 6.2 Change-Id: I9fcb86d44208e8fe6d205667f344022b0ad62505 Reviewed-on: http://review.typo3.org/38130 Reviewed-by:Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
Showing
- typo3/sysext/indexed_search/Classes/Controller/SearchController.php 11 additions, 5 deletions...xt/indexed_search/Classes/Controller/SearchController.php
- typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php 34 additions, 6 deletions...ndexed_search/Classes/Controller/SearchFormController.php
- typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php 67 additions, 18 deletions...earch/Classes/Domain/Repository/IndexSearchRepository.php
- typo3/sysext/indexed_search/Configuration/TypoScript/setup.txt 1 addition, 0 deletions.../sysext/indexed_search/Configuration/TypoScript/setup.txt
- typo3/sysext/indexed_search_mysql/Classes/Hook/MysqlFulltextIndexHook.php 26 additions, 15 deletions...exed_search_mysql/Classes/Hook/MysqlFulltextIndexHook.php
Please register or sign in to comment