teaminmedias-pluswerk / 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
35 stars 62 forks source link

Wrong languageId value in KeSearchTagToSlugMapper #416

Closed crealistiques closed 2 years ago

crealistiques commented 3 years ago

The language aspect does not deliver the correct language id when a non-default language is requested. This leads the resolving of a slug to the corresponding tag to fail.

https://github.com/teaminmedias-pluswerk/ke_search/blob/c69cff75ab131dad7b4bc9598b6dca0cd0904c95/Classes/Routing/Aspect/KeSearchTagToSlugMapper.php#L69

Maybe this is a Typo3 issue related to the Context/LanguageAspect not updated yet in the page route resolving process.

christianbltr commented 2 years ago

Moved to https://github.com/tpwd/ke_search/issues/105