TYPO3-Solr / ext-solr

A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
GNU General Public License v3.0
137 stars 250 forks source link

[FEATURE] solrfal: Support tca type "link" for file indexing #3861

Open Smove opened 1 year ago

Smove commented 1 year ago

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 renderType inputLink 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

ProKella commented 1 month 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
}
dkd-kaehm commented 1 month ago

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.

dkd-friedrich commented 1 month ago

See also https://github.com/TYPO3-Solr/ext-solrfal/issues/297