Shouldn't
if (!empty($result['type'])) {
$info['type'] = $result['type'];
}
be placed around line 124 in search.pages.inc - it has frustrated me endlessly that I cannot out put content types in a search result.
Shouldn't
if (!empty($result['type'])) {
$info['type'] = $result['type'];
}
be placed around line 124 in search.pages.inc - it has frustrated me endlessly that I cannot out put content types in a search result.