[TYPO3-ttnews] Changing "On fly" the plugin.tt_news.searchFieldList settings

Francesco di Francia darksky77 at gmail.com
Sun Feb 22 02:23:55 CET 2009


Hi,

i use the vgetagcloud extension and the tag link are binded to the 
tt_news search engine in this manner:

  additionalParams.wrap = &tx_ttnews[swords]=|

In other words, i create the url of the standard tt_news search call.
Tags are stored in keywords filed of tt_news so, for this kind of work, 
i need to set in tt_news ONLY the keyword field as search field:

plugin.tt_news.searchFieldList = keyword


But in this manner also the standard search box (actually i made a 
custom one) will use only that field to search into and not also the 
body, the title, etc etc of the news.

There's a way to set "on fly" different values of
plugin.tt_news.searchFieldList parameter? I'd like to have:


plugin.tt_news.searchFieldList = keyword (for the search query sent by 
the tagcloud link)


plugin.tt_news.searchFieldList = bodytext, title, keyword (for the 
search query sent by the standar search box).

Thanks


More information about the TYPO3-project-tt-news mailing list