mamounalsmaiel/flux-kesearch-indexer

此包的最新版本(3.0.1)没有提供许可证信息。

Flux Elements 的 KeSearch 索引器

安装数: 2,744

依赖项: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 3

开放问题: 2

类型:typo3-cms-extension

3.0.1 2023-03-27 20:52 UTC

This package is auto-updated.

Last update: 2024-09-28 00:32:40 UTC


README

Flux Elements 的 KeSearch 索引器

此扩展扩展了两个标准 ke_search 索引器(页面和内容记录),以便 flux 元素可以被索引。您需要做的就是将元素的 CType(扩展名_模板名)添加到您的索引器配置中的“要索引的内容元素类型”字段。

配置

如果您想索引某些字段,可以将以下配置添加到您的 typoscript 中。如果不添加,索引器将索引所有字段(不推荐)。

plugin.tx_flux_kesearch_indexer{
  config{
    elements{
      yourElement1{
        fields = fieldName1,fieldName2,fieldName3,...
      }
      yourElement2{
        fields = fieldName1,fieldName2,fieldName3,...
      }
    }
  }
}