-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUGFIX] Do not index translations on default language fallbackType: free #3785
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works now as expected! Even with fallbacks set.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix.
Current GH-Actions build fails, because of new rule single_line_empty_body
,
which I'll fix soonish.
I'll merge this PR after port for release-11.5.x is available.
…ree mode With fallbackType: free the index queue contains an entry for each available language. Without this check all the entries are additionally indexed in the default language. They should be only indexed for the language, the record has defined as sys_language_uid. Fixes TYPO3-Solr#3560 Ports: TYPO3-Solr#3785
…ree mode With fallbackType: free the index queue contains an entry for each available language. Without this check all the entries are additionally indexed in the default language. They should be only indexed for the language, the record has defined as sys_language_uid. Fixes TYPO3-Solr#3560
…guages free mode With fallbackType: free the index queue contains an entry for each available language. Without this check all the entries are additionally indexed in the default language. They should be only indexed for the language, the record has defined as sys_language_uid. Fixes TYPO3-Solr#3560 Ports: TYPO3-Solr#3785
What this pr does
With fallbackType: free the index queue contains an entry for each available language. Without this check all the entries are additionally indexed in the default language. They should be only indexed for the language, the record has defined as sys_language_uid.
See extensive debuggin in the issue.
How to test
Have a record based indexing configuration and change
fallbackType
tofree
in your site config. Do not set anyfallbacks
Fixes #3560