mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-24 21:36:10 +01:00
BUGFIX: Do not cache search action
This commit is contained in:
parent
9f7c5f8ac7
commit
769bdd1003
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ call_user_func(
|
|||
TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||
'Codappix.' . $extensionKey,
|
||||
'search',
|
||||
[
|
||||
'Search' => 'search'
|
||||
],
|
||||
[
|
||||
'Search' => 'search'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue