Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hackmus opened this issue Jun 11, 2024 · 0 comments

Comments

@hackmus
Copy link

hackmus commented Jun 11, 2024

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.

christianbltr pushed a commit that referenced this issue Oct 30, 2024
christianbltr pushed a commit that referenced this issue Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant