Skip to content
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

Merged
merged 2 commits into from
Sep 19, 2023

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    eb45762 View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] Do not index translations on default language in languages f…

    …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
    schliesser authored and dkd-kaehm committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5338cd1 View commit details
    Browse the repository at this point in the history