索引搜索8.6:搜索网站部分

问题描述 投票:0回答:1

在TYPO3 7.6(indexed_search 7.6.0)中,可以在网站的某个部分进行搜索:

plugin.tx_indexedsearch._DEFAULT_PI_VARS.sections = rl1_43

这在TYPO3 8.6中不再起作用(indexed_search 8.6)在doumentation中没有描述的替代方案。

有谁知道如何实现这一点?

typo3 typo3-8.x tx-indexed-search
1个回答
0
投票

对于TYPO3 8.7使用此:

plugin.tx_indexedsearch.settings.defaultOptions.sections = rl1_43
© www.soinside.com 2019 - 2024. All rights reserved.