[TYPO3-ttnews] TT_News not working with BE Search TYPO3 4.6+
Loek Hilgersom
loek at netcoop.nl
Mon Sep 17 23:05:02 CEST 2012
Sorry, I overlooked the (even capitalized) TT_ part - the bugfix doesn't concern
tt_news but rather the extension 'news', also refered to as 'tx_news'.
But who cares about the wrong reason for posting a bugfix if it's a good bugfix? ;-)
Loek
On 12-09-12 00:23, Loek Hilgersom wrote:
> Fyi. see: http://forge.typo3.org/issues/40816
> Loek
>
> On 11-09-12 11:55, Loek Hilgersom wrote:
>> Op 10-09-12 16:47, Errol I. Mars schreef:
>> > Tt_news does not work with the TYPO3 BE search in TYPO3 4.6+. Is
>> > there a fix for this?
>>
>> In fact this is a bug in livesearch which fails when the TCA setting 'sortby'
>> exists but is empty.
>>
>> You can do a quick fix by setting your preferred sorting in tx_news
>> ext_tables.php line 57 or around there:
>>
>> Change this:
>> 'sortby' => ($configuration->getManualSorting() ? 'sorting' : ''),
>> into:
>> 'sortby' => ($configuration->getManualSorting() ? 'sorting' : 'crdate DESC'),
>>
>> I'll post a bug & fix for livesearch on forge.
>>
>> Loek
More information about the TYPO3-project-tt-news
mailing list