From 769bdd1003a94b06ad97579b51126d6f67109352 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Sun, 29 Oct 2017 11:32:21 +0100 Subject: [PATCH] BUGFIX: Do not cache search action --- ext_localconf.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext_localconf.php b/ext_localconf.php index 5c42c9c..c52d05d 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -29,6 +29,9 @@ call_user_func( TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( 'Codappix.' . $extensionKey, 'search', + [ + 'Search' => 'search' + ], [ 'Search' => 'search' ]