Typo3 / Typoscript:indexed_search不适用于rootPidList

时间:2013-10-09 07:13:28

标签: typo3 typoscript

我想在Typo3 4.6中使用indexed_search,但我有问题。 我的页面有几个主树,我只想在当前树中搜索。 索引工作正常,所有树木的搜索工作也是如此。但是如果我将rootPidList设置为我要搜索的树的根页面的id,那么我没有得到任何结果。 :( 有什么想法吗?

page.config.index_enable = 1
plugin.tx_indexedsearch.search {
    rootPidList = 1234
    page_links = 10
}

plugin.tx_indexedsearch {
    templateFile = typo3/sysext/indexed_search/pi/indexed_search.tmpl
    _DEFAULT_PI_VARS.results = 10
}

1 个答案:

答案 0 :(得分:1)

我创建了一个适合我的解决方案。如果其他人有同样的问题,她的解决方案是:

plugin.tx_indexedsearch {
    _DEFAULT_PI_VARS.sections=rl1_1234

  search {
      rootPidList = -1
  }

} 

限制1234部分,即我要搜索的树