Michael Beckwith
Michael Beckwith
Is the process you outlined above the typical process you take? I'm curious if an action hook in that class file I linked to earlier, that passes the index property,...
I know that I have an example of updating a post upon comment saving over at https://github.com/WebDevStudios/algolia-snippet-library/blob/main/indexing/reindex-on-comment-save.md In that example there's a fair amount of scaffolding going on, so if...
If you could please, undo the changes made for `class-algolia-post-changes-watcher.php` as that's something that WebDevStudios did a handful of releases back, and is intentional in that way. There's also not...
Reminder to myself later: we need to get this PR'd against a release branch and not main.
Thank you sir.
Definitely some valid ideas here, especially if you're very intentionally wanting to use the WP-CLI integration we have. For example based on your example, perhaps re-indexing just events on a...
Something needing considered here is that we allow for more than just indexing posts, we also allow for taxonomy/terms, and users. So any new flag to specify IDs will also...
Related: https://github.com/WebDevStudios/wp-search-with-algolia/issues/458 Also we'll want to evaluate which flags can't be used together, for example from what already exists: specifying a specific index + `--all`
Will most likely do `--{$type}-ids=...` but want to make sure all is good overall. I know for some "WP All Import" support, we added the ability with posts to specify...
Branch: feature/454-post-ids-cli-param