tpwd / 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
8 stars 31 forks source link

Additional tables for content elements (additional_tables) in page Indexer configuration allows only one table per CType-Element #230

Open hackmus opened 4 months ago

hackmus commented 4 months ago

Indexer Configuration of type "page" has a field that allows to add additional tables for indexing - for example "mask" elements. We have a mask element with multiple additional tables, but is is not possible to add multiple tables with fields for the same element-CType.

[mask_quickentry]
table = tx_mask_quickentry_tab1_links
referenceFieldName = parentid 
fields[] = tx_mask_quickentry_tab1_links_linktitle

[mask_quickentry]
table = tx_mask_quickentry_tab2_links
referenceFieldName = parentid 
fields[] = tx_mask_quickentry_tab2_links_linktitle

This is not possible. The second parts overwrites the first part.

It should be possible to add multiple additional tables for one element-CType.