[TYPO3-mvc] Search action and damn cache

Franz Koch typo3.RemoveForMessage at elements-net.de
Sun Sep 5 12:10:47 CEST 2010


Hey,

> I have a really simple search plugin:
>
> Tx_Extbase_Utility_Extension::configurePlugin(
> 'MyExt',
> 'Pi1',
> array(
> 'Person' => 'index,search,details',
> ),
> array(
> 'Person' => 'search',
> )
> );
>
> indexAction shows the search form while searchAction performs the search
> action. Problem is that I keep always having the resultset of the first
> search!

might it be the issue with the TS conditions not working like expected 
due to the t3lib_div::_GP issue only treating POST vars in the conditions?

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list