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)