mamounalsmaiel / flux-kesearch-indexer
KeSearch Indexer for Flux Elements
Installs: 2 774
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
Open Issues: 2
Type:typo3-cms-extension
Requires
- fluidtypo3/flux: ^9.1
- typo3/cms-core: ^11.5
README
KeSearch Indexer for Flux Elements
This extension extends the two standard ke_search indexers (pages and content records) so that flux elements can be indexed. All you need to do is add the CType of your element (extensionname_templatename) to the "Content element types to be indexed" field in your Indexer Configuration.
Configuration
If you want to index certain fields, you can add the following configuration to your typoscript. If you don't, the indexer indexes all fields (not recommended).
plugin.tx_flux_kesearch_indexer{
config{
elements{
yourElement1{
fields = fieldName1,fieldName2,fieldName3,...
}
yourElement2{
fields = fieldName1,fieldName2,fieldName3,...
}
}
}
}