Feature #47613
closedEpic #65814: Make Indexed search extbase plugin shine
Feature #19465: Configuration enhancement for indexed_search
indexed_search / no_cache should be configurable for forwardSearchWordsInResultLink
100%
Description
If you are using the TS property forwardSearchWordsInResultLink in indexed_search, currently the links to result pages will always have an added no_cache=1.
This is due to the fact, that normally the search word forwarding is marked on the result page by lib.parseFunc.sword (lib.parseFunc_RTE.sword respectively) and those parseFunc settings may have no effect on cached pages.
There might be circumstances, where you want to forward the search word but not linkníng with no_cache=1 (of course) - so this report suggests to enable the user of indexed_search to turn off this default behaviour by a new TS property:
plugin.tx_indexedsearch.forwardSearchWordsInResultLink.no_cache = 0 (default should be 1 to keep existing setups working)
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20190
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20190
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/20190
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/20190
Updated by Anonymous about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9b52da334ea75ff20334f6fcf43ef1868e32227f.