[TYPO3-english] TYPO3 6.2 and tx_news 3.2.5: useStdWrap for search.fields

Bert Hiddink [BENDOO e-work solutions] hiddink at bendoo.nl
Mon Oct 3 17:04:40 CEST 2016


Hello,

I am using TYPO3 6.2 and tx_news 3.2.5 and want to override dynamicly 
the search fields to be taken into account when the visitor submits a 
search form.

data = GP:tx_news_pi1|search|fields contains the value from the form.

However, the snippet below does not work.

...

     settings < plugin.tx_news.settings
     settings {
       listPid = {$pidBdl}
       search.fields=teaser,title,bodytext,author,description
       templateLayout=listBdl
       useStdWrap=search.fields
       search.fields.data = GP:tx_news_pi1|search|fields
     }

...

What is going wrong here?

Thanks in advance!

Regards,
Bert


More information about the TYPO3-english mailing list