Michael Beckwith

Results 201 issues of Michael Beckwith

Let's add links to Algolia's docs pages for the widgets, just for some quick convenience.

Let's get this filter used in both `Algolia_Settings->get_native_search_index_id()` and `Algolia_Searchable_Posts_Index->get_id()`. Related: #364

enhancement

After some internal discussion, we want to look into deprecating the `Algolia_Settings->get_native_search_index_id()` method. 1. Move the filter inside the method to `Algolia_Searchable_Posts_Index->get_id()` method. 2. Mark the `get_native_search_index_id()` as deprecated. 3....

enhancement

I want to make it so any time someone clicks any of the "Push settings" buttons for any of the indexes, the settings are merged and pushed instead of outright...

indexing

Part of me wants to include PHPDocs for the filters, but we don't have those elsewhere in the Algolia plugin so for the moment I'm going with consistency.

--user fix -- lines 164 and 177 with: ``` 'html' => '' . $user->user_login . ': ' . $content . '' ``` to ``` 'html' => '(' . date("g:ia") ....

enhancement