Feature: #47613 - Indexed Search: make no_cache parameter for forwardSearchWordsInResultLink configurable
See forge#47613
Description
A new TypoScript configuration option forward
has been added.
It controls whether the no_
parameter should be added to page links together with search words.
Use following configuration for Indexed Search Extbase plugin:
plugin.tx_indexedsearch.settings.forwardSearchWordsInResultLink.no_cache = 1
Copied!
For plugin based on AbstractPlugin use:
plugin.tx_indexedsearch.forwardSearchWordsInResultLink.no_cache = 1
Copied!
Impact
The default value is set to 1, so it's backward compatible.