Michael Beckwith
Michael Beckwith
In 2.11.0, we amended errors to be returned via wp_send_json_error instead of attempting to just echo out. However, the javascript that receives that response has not been properly updated to...
NEEDS RELEASE BRANCH - DO NOT MERGE This PR adjusts returned responses for AJAX requests around re-indexing of content as well as index settings pushes. This should bubble up actual...
We already have some filters for other parts of the Algolia query, but I could see potential benefits to a filter on the query string itself. Had a pluginize support...
https://wordpress.org/support/topic/autocomplete-search-start-only-after-3-characters/ Add a setting for minimum amount of characters to be typed before starting to send to Algolia At absolute minimum, documentation on how to potentially edit template files for...
NEEDS FEATURE BRANCH This PR adds a filter to allow early return before any re-indexing occurs, but also a hard limit at 50 posts before adding an admin notice about...
Let's run the current codebase through PHPCS and start addressing what we can. https://gist.github.com/tw2113/547fc5b265102d4355a4508d67f467a9
We use the following hook for a little bit of extra markup and output for WooCommerce data with the Algolia Pro addon. ``` ``` With the legacy WP Utils style...
For something like this to take: ``` add_filter( 'algolia_autocomplete_debounce_wdsa_searchable_posts', function($value) { return 5000; } ); ``` I need to save the code, and then also go to the Autocomplete settings...
There are potential cases where our `get_re_index_items_count()` methods for the posts based indexes will return zero, due to other filters. In those cases, we should look into throwing an error....
Filters list are the biggest part that needs updated, but handle all appropriate possible needs.