Open Smove opened 1 year ago
Are there any news? For me it is also not working with links: e.g. header-links are not indexed with following configuration:
contentElementTypes {
text = bodytext, header_link
textpic < .text
uploads = media, file_collections
textmedia = bodytext, header_link, assets
}
Currently no news in this topic. We'll look into that after TYPO3 13 compatibility epic is done. If you know exact places to change please post it there.
Is your feature request related to a problem? Please describe. With solrfal, its possible to index files which are linked inside a tca column from type
input
. With v12, there is a new tca type introduced:link
. The TYPO3 Install Tool (TCA Migrations) say that we should change all renderTypeinputLink
to this new type, but solrfal has no support for it.Describe the solution you'd like It should be possible to index files which are references in the new tca type.
Describe alternatives you've considered Currently. i'm changing the type to input before resolving the file and set the old type when indexing is done with the FileAttachmentResoler, as its a custom FileAttachmentResolver. But thats an ugly workaround.
Additional context Add any other context or screenshots about the feature request here.
Target versions EXT:solr 12.0.0 from packagist EXT:solrfal 12 from current sponsorship