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

Re-index subtree on move #223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterkeung
Copy link
Collaborator

Currently, eZ Find does not re-index a node's subtree when the node is moved. This PR uses the same strategy that we use when the node's visibility is toggled, which is to defer the re-index to the ezfindindexsubtree cronjob.

@gggeek
Copy link
Collaborator

gggeek commented Nov 13, 2021

should this be made optional via an ini setting? normally a content in Solr does not carry info about all its grandparents... or does it ?

@pkamps
Copy link
Contributor

pkamps commented Nov 13, 2021

@gggeek The node path is in the index, right? So solr searches using the node path will return funny results.

+1

@peterkeung
Copy link
Collaborator Author

Correct, there is at least path and visibility information to update, so I don't think this should be optional.

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

Successfully merging this pull request may close these issues.

3 participants