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

[BUGFIX] Respect custom PageTypes while auto-tagging #234

Closed magicHatOfTYPO3 closed 1 month ago

magicHatOfTYPO3 commented 2 months ago

If index_page_doctypes is set in the Page indexer, the given doctypes were respected while processing the tags using Auto-Tagging.

The Pagetypes 1,2,4,5 and 254 set in the current code are respected in any case (not sure, if this is needed though).

Fixes: #233