[TYPO3-mvc] Search action and damn cache
Xavier Perseguers
typo3 at perseguers.ch
Sun Sep 5 12:52:37 CEST 2010
Hey Franz,
Thanks for the answer.
>> 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?
Perhaps, did not test.
Xavier
More information about the TYPO3-project-typo3v4mvc
mailing list