Change the search word parameter
By default the URL parameter for the searchword is tx_
(following the TYPO3 "piVar" standard).
You may change this parameter to something else, e.g. query
which allows the search words to be tracked by GA4 with
the TypoScript configuration option search
.
Example (Setup TypoScript):
plugin.tx_kesearch_pi1.searchWordParameter = query
Copied!