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] Changes on mount points (doktype=7) ignored #4314

Open
2 tasks
dkd-friedrich opened this issue Feb 5, 2025 · 0 comments
Open
2 tasks

[BUG] Changes on mount points (doktype=7) ignored #4314

dkd-friedrich opened this issue Feb 5, 2025 · 0 comments
Assignees

Comments

@dkd-friedrich
Copy link
Member

dkd-friedrich commented Feb 5, 2025

Describe the bug

Not all changes on mount points are considered currently, the following actions do not remove the items from index or update the index queue

  • deactivation of mount point
  • deletion of mount point
  • update of mount point slug

Expected behavior
Changes should be considered correctly

Screenshots
If applicable, add screenshots to help explain your problem.

Used versions (please complete the following information):

  • TYPO3 Version: 12, 13
  • EXT:solr Version: 12,13

TODO

Provide fix for

  • EXT:solr 12
  • EXT:solr 13
@dkd-friedrich dkd-friedrich self-assigned this Feb 5, 2025
dkd-friedrich added a commit to dkd-friedrich/ext-solr that referenced this issue Feb 5, 2025
EXT:solr failed to delete indexed mounted pages if a mount
point is deleted or deactivated, this issue is fixed by extending
the PageStrategy.

Additionally it's ensured, that changes to the slug of a mount page
triggers a reindexing of the mounted pages as the indexed slug
has become invalid.

Resolves: TYPO3-Solr#4314
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

1 participant