teaminmedias-pluswerk / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
35 stars 62 forks source link

Feature: Make it easier to index custom fields in tt_content #375

Closed christianbltr closed 2 years ago

christianbltr commented 3 years ago

Currently it is possible to index custom fields added to tt_content by adding two hooks, see https://github.com/teaminmedias-pluswerk/ke_search/blob/master/Documentation/Indexing/IndexerTypes/CustomContentFields.rst

It should be easier to add custom fields since it is a common practice to build custom content elements and these content elements my add fields to tt_content.

A possible implementation could be to add a field in the indexer configuration record where it is possible to add custom fields (like currently "Content element types which should be indexed").

christianbltr commented 2 years ago

Moved to https://github.com/tpwd/ke_search/issues/102