Michael Beckwith
Michael Beckwith
Code wise, I think we're fine. However, we'll want to test these to make sure there's no disruption in functionality. For example, filtering the `searchable_posts` value is causing this admin...
This needs to be done in the extended `get_settings()` methods for each class that extends `Algolia_Index` which are listed in the `indices` folder. The question is how to best fetch...
@tomreed-ae No on a filter, but you could use some quick CSS to visually hide at least in the meantime: ``` add_action('admin_head',function(){ ?> .algolia-push-settings-button.button { display: none; }
Are you going through the browser or are you going through something like command line which will probably process faster. You're still beholden to the server and resources available to...
Correct on the wiki URL for our documentation with WP-CLI WP-Engine's advanced panel does definitely visually "time out" after that amount of time but I believe the actual commands keep...
Based on a lot of my recent work and findings, I want to clarify that WP-CLI isn't necessarily going to be faster, but it is very useful for automation since...
@abdulkadernsu I wonder if some of the filters available in https://github.com/WebDevStudios/wp-search-with-algolia/wiki/Timeouts may help, especially on the cURL side of things. I also know I have a new filter in the...
I know I have my replies over at https://github.com/WebDevStudios/wp-search-with-algolia/issues/380 about the exact same topic. Your use of the filters would definitely be one way to get something into the configuration...
Marking as 2.10.0 as we have a PR that we're assigning to 2.10.0 that will provide UI to set debounce values.
This has been merged into release2100 branch.