We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When a site in a multisite setup is updated so that it is archived, deleted or marked as spam, only the "post" indexable will be acted upon because it is the only indexable that adds actions for those items (https://github.com/10up/ElasticPress/blob/3.6.1/includes/classes/Indexable/Post/SyncManager.php#L53 vs https://github.com/10up/ElasticPress/blob/3.6.1/includes/classes/Indexable/Term/SyncManager.php#L37). This leaves data on the backend server.
Steps to Reproduce
Expected behavior
All indexes should be removed from the backend server/service
Screenshots
Environment information
Additional context
The text was updated successfully, but these errors were encountered:
To have it fixed on all Indexables, we probably should move that code to the Indexable class, testing if it is global or not and acting accordingly.
Sorry, something went wrong.
fix 10up#2275
62da34a
Merge pull request #2284 from dustinrue/fix/issue-2275
da4ca4d
fix #2275
dustinrue
Successfully merging a pull request may close this issue.
Describe the bug
When a site in a multisite setup is updated so that it is archived, deleted or marked as spam, only the "post" indexable will be acted upon because it is the only indexable that adds actions for those items (https://github.com/10up/ElasticPress/blob/3.6.1/includes/classes/Indexable/Post/SyncManager.php#L53 vs https://github.com/10up/ElasticPress/blob/3.6.1/includes/classes/Indexable/Term/SyncManager.php#L37). This leaves data on the backend server.
Steps to Reproduce
Expected behavior
All indexes should be removed from the backend server/service
Screenshots
Environment information
Site Health Info:
Additional context
The text was updated successfully, but these errors were encountered: