Skip to content

Instantly share code, notes, and snippets.

View maechler's full-sized avatar
:octocat:

Markus Mächler maechler

:octocat:
View GitHub Profile
@maechler
maechler / README.md
Created February 26, 2018 13:47
Fixes an Extbase localization issue for a very limited set of use cases

Why

If you use Extbase with sys_language_mode=strict it automatically creates a query similar to this:

SELECT * FROM tx_news_domain_model_news
WHERE tx_news_domain_model_news.title LIKE '%house%'
AND (
    -- language set to all languages
 tx_news_domain_model_news.sys_language_uid = -1