Michael Beckwith
Michael Beckwith
I'm still believing in our previous stances of not directly adding 3rd party integrations right in the core plugin, as we have the hooks in place to get data into...
@asharirfan what are your thoughts on this topic? I'm still not convinced we absolutely automatically should index SKUs if WooCommerce is installed, but at the same time we do auto...
Are we certain that this page is using Algolia Search for it? I'm not really seeing any indications of instantsearch here. Or is it being used JUST for the WP_Query...
@orlovstepan did you ever get this figured out? or is it still a lingering thing?
Nothing new on our end, that I'm aware of. I'd need to dig in to try and find when the actual index update requests are made, and how, to try...
> Do not copy/paste code example as is, add security and nonce checks on your own as needed to prevent a wide open HTTP request access vector. So I've been...
hmmm. @simonkoehler perhaps try without that parameter. I went with this idea based on what I saw in https://github.com/WebDevStudios/wp-search-with-algolia/blob/2.2.0/includes/admin/js/reindex-button.js There's no foreach loop type spot, and the `p` parameter comes...
I wonder if it maybe timed out, since this is a single POST request as well, and 20 pages is a lot, especially if there's a many per page.
`my_re_index` is an almost exact copy of `re_index`, except it's been moved outside of the context of the original PHP class. It's still just a callback tied to the `algolia_re_index`...
Hmm. New to watcher customization, so doing my best to follow along here. The primary issue, is that the pushing up of an event, to Algolia, is running before needed,...