Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我从后端抓取内容时,我将索引所有内容。我想排除特定内容区域或(特定内容元素)。
我正在使用typo3 4.7.12 版和索引搜索4.7.7 和爬虫3.5.0 版
有什么想法请告诉我...
提前致谢。
此外,您可以插入标记作为 HTML 注释,这些注释定义要在索引中包含或排除正文的哪一部分:
标记是<!--TYPO3SEARCH_begin-->和/或<!--TYPO3SEARCH_end-->
<!--TYPO3SEARCH_begin-->
<!--TYPO3SEARCH_end-->
规则:
从文档中复制和粘贴