Summary:
Fields definitions not reindexed
Detailed Description:
Hi,
when Search module is reindexed, the fields definitions of the News module are
not scanned.
This can be seen at the SearchReindex function in News.module.php.
And the title is indexed twice as you can see here :
$result->fields['news_data'] . ' ' . $result->fields['summary'] . ' ' .
$result->fields['news_title'] . ' ' . $result->fields['news_title'],