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] Added functionallity to resolve affected pages when "extendToSubpages" is set and "hidden" flag is changed #192

Merged

Conversation

timohund
Copy link
Contributor

Added functionality apply recursive changes in RecordMonitor and GarbageCollector when a combination of values in the Record and ChangeSet match to a configured configuration.

  • Added tests for RecordMonitor and GarbageCollector
  • Implemented recursive indexing and deletion, when "extendToSubpage" and "hidden" occures in the relevant combination
  • Refactored RecordMonitor and GarbageCollector to have a shared BaseClass "AbstractDataHandlerListener"

Fixes: #53

timohund pushed a commit that referenced this pull request Dec 23, 2015
…ot-recognized

[Bugfix] Added functionallity to resolve affected pages when "extendToSubpages" is set and "hidden" flag is changed
@timohund timohund merged commit bf9bd0d into TYPO3-Solr:master Dec 23, 2015
@kraftb
Copy link

kraftb commented Jan 18, 2016

Something similar happens when moving a branch with subpages (branch). The "tstamp" of the moved pages get updated by the DataHandler but not the "tstamp" fields of the subpages. The RecordMonitor will also just update the page being moved but not all pages in the branch.

I will open an issue.

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

Successfully merging this pull request may close these issues.

3 participants