psvneo/typo3-extension-cb_kesearch_indexer
最新稳定版本:0.9.5
Composer 安装命令:
composer require psvneo/typo3-extension-cb_kesearch_indexer
包简介
Extends ke_search with the possibility to index 'Content Blocks'
README 文档
README
An tpwd/ke_search indexer for contentblocks/content-blocks that are using collections.
Content blocks that use a collection store the data in an external table. This extension can be used to index this data.
Installation
Just install. It hooks up in page-/content-indexer.
composer require psvneo/typo3-extension-cb_kesearch_indexer
Configuration
In your 'Indexer Configuration' for pages add the CType of the content element to be indexed. Than create of YAML file in the folder 'config/extensions/cb_kesearch_indexer' named 'config.yaml'.
A separate setting must be created in the configuration for each content element that uses a collection.
YAML Template
version: 1 # version of this config file
content_blocks:
vendor_contentelement: # TYPO3 CType of the content element
-
tt_content_field: custom_field_name # created field in tt_content table
collection_table: custom_table_name # table that is used with the collection
collection_content: # fields that should be added to the ke_search index
- customtitlefield
- customtextfield
BREAKING CHANGE
As of version 0.9.5, a slightly different yaml syntax must be used. The fields “tt_content_field”, “collection_table” and “collection_content” must be arranged in a sequence. This allows several collections to be indexed.
Kudos
Inspired by mask_kesearch_indexer
统计信息
- 总下载量: 46
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-11-15