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

[BUG] Data records with sys_language_uid = -1 do not index #3889

Closed
ulrike-cosmoblonde opened this issue Nov 16, 2023 · 2 comments
Closed

[BUG] Data records with sys_language_uid = -1 do not index #3889

ulrike-cosmoblonde opened this issue Nov 16, 2023 · 2 comments

Comments

@ulrike-cosmoblonde
Copy link

Describe the bug
Records (tx_news) with sys_language = -1 (all languages) can no longer be indexed. The indexer fails with error message language -1 is not configured

Used versions:

  • TYPO3 Version: LTS 11.5
  • EXT:solr Version: Release 11.5.4

Additional context
This bug is caused by the changes from pull request #3786
If those changes in file /solr/Classes/IndexQueue/Indexer.php (ln 267-274) are removed it works as expected and indexes the records into all solr language cores.

Could you please add an additional check to handle sys_language_uid = -1 and to keep indexing into all solr language cores as before?

Thank you!
Ulrike

@dkd-kaehm
Copy link
Collaborator

@ulrike-cosmoblonde
Thanks for reporting,
Double of #3879 it is already fixed in #3885, #3886
But please confirm, so we can release 11.5.5

@ulrike-cosmoblonde
Copy link
Author

All working fine! thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants