Closed daveromsey closed 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.
Algolia_Index::get_re_index_batch_size()
Algolia_Searchable_Posts_Index::get_items()
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.
Is your feature request related to a problem? Please describe. Make
Algolia_Index::get_re_index_batch_size()
andAlgolia_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.