Bug #19214
closedNew Option "index_metatags" is not available for crawler-hooks
0%
Description
I encountered that the new option "index_metatags" ($this->conf['index_metatags']) is not available in my crawler hook, that I implemented for index-search.
Thus keywords and description are not stored in the search index, which results in false search results.
Currently the Option is initialized in hook_indexContent() only. To use the option in hooks it has to be initialized it in backend_initIndexer() too.
I must admit that I haven't proofed if there's a better solution for the fix than duplicating the code (make it DRY).
Maybe some "indexed_search-master" can think this over. ;)
(issue imported from #M9160)
Files
Updated by Christian Trabold over 16 years ago
Updated patch.
The condition isset($pObj->config['config']['index_metatags']) ... is always true, because there is no $pObj.
Thus the value is not configurable yet.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.2
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.