I needed to alter deleted item IDs to add additional IDs for records which had been 'chunked' into multiple items on the index to avoid the 10kb size limit - e.g., when item `entity:node/1:en` was deleted, I needed to also delete `entity:node/1:en:chunk:1`. AFAICT there is no search_api event for item deletion?
To add an alter hook `hook_search_api_algolia_delete_items_alter()`. Patch attached.
Needs work
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.