You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For 1 & 2
Sometimes I just want to re-index only for certain posts or from some categories only.
This is not a typical daily case, but it would be nice if we can have that options.
This is happen when I debug EP + Gutenberg, where save_post failed to sync post to ES due to timeout. And I want to just sync for that post only rather than reindex the whole posts.
Currently we can only re-indexing whole content or based on post type.
So i'm proposing to have indexing based on:
wp elasticpress index --post-ids=1,2,3,4,5
wp elasticpress index --taxonomy=category --tax-slug=art,poetry
wp elasticpress index --url=http://domain.dev/post-slug/
@tlovett1 what do you think?
The text was updated successfully, but these errors were encountered: