[FEATURE] Make path separator of search result configurable
This patch makes the hard coded path separator ("/") of the indexed_search search result configurable with TypoScript. You can use option split syntax to wrap each page title separately. It also makes getPathFromPageId() return already htmlspecialcharsed string. Resolves: #23156 Releases: master Change-Id: I76dc55518ffb0702d669b043249dc70fc9492d82 Reviewed-on: http://review.typo3.org/36001 Reviewed-by:Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Feature-23156-IndexedSearchMakePathSeparatorOfSearchResultConfigurable.rst 21 additions, 0 deletions...exedSearchMakePathSeparatorOfSearchResultConfigurable.rst
- typo3/sysext/indexed_search/Classes/Controller/SearchController.php 9 additions, 5 deletions...xt/indexed_search/Classes/Controller/SearchController.php
- typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php 12 additions, 8 deletions...ndexed_search/Classes/Controller/SearchFormController.php
- typo3/sysext/indexed_search/Configuration/TypoScript/setup.txt 2 additions, 0 deletions.../sysext/indexed_search/Configuration/TypoScript/setup.txt
- typo3/sysext/indexed_search/Documentation/Configuration/TypoScript/Index.rst 19 additions, 0 deletions...d_search/Documentation/Configuration/TypoScript/Index.rst
- typo3/sysext/indexed_search/ext_typoscript_setup.txt 2 additions, 0 deletionstypo3/sysext/indexed_search/ext_typoscript_setup.txt
Please register or sign in to comment