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

Orphaned post types created when deselecting post type after index. #22

Closed
AaronHolbrook opened this issue Jun 27, 2014 · 1 comment
Closed

Comments

@AaronHolbrook
Copy link
Contributor

Indexing a post type, then deselecting that post type to be indexed could leave incorrect post types in the ES index if a full sync is not performed.

Double check that search is being performed only on current post types (pretty sure this is the case, just want to double check) and should look run a full post type delete from index on save of new post types.

@tlovett1
Copy link
Member

tlovett1 commented Jul 2, 2014

I agree, this could have many implications.

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

No branches or pull requests

2 participants