WebDevStudios / wp-search-with-algolia

Improve search on your site. Autocomplete is included, along with full control over look, feel and relevance.
https://wordpress.org/plugins/wp-search-with-algolia/
146 stars 55 forks source link

Update method visibility for network indexing #333

Closed daveromsey closed 1 year ago

daveromsey commented 1 year ago

Is your feature request related to a problem? Please describe. Make Algolia_Index::get_re_index_batch_size() and Algolia_Searchable_Posts_Index::get_items() public.

Describe the solution you'd like Merge this branch which makes the necessary method visibility changes: https://github.com/WebDevStudios/wp-search-with-algolia/tree/feature/network-indexing-compatibility

Additional context These changes are necessary to allow for individual sites to be indexed within a single network index.