ext-solr icon indicating copy to clipboard operation
ext-solr copied to clipboard

[FEATURE] Check for TYPO3 redirect to suppress exception in PageIndexer

Open josefglatz opened this issue 1 year ago • 1 comments
trafficstars

If the editor creates a redirect (probably also a temporary redirect) the page indexer throws an exception while indexing the not accessible page.

I'm not sure if the page indexer should follow or not. However an exception for this would be nice to catch in the solr extension from my POV.

What about checking first if a redirect targets a page first? Or could it be another good way to deactivate the redirects if the page indexer is accessing the frontend?

Issue created with version TYPO3 12.stable and solr extension 12.0

josefglatz avatar Apr 15 '24 05:04 josefglatz

Shouldn't that be handled with the allowedPageTypes configuration? @josefglatz

See: plugin.tx_solr.index.queue.pages.allowedPageTypes

grafik

spoonerWeb avatar May 16 '24 16:05 spoonerWeb