Adds a catch for the deleteObjects() exception to allow local node deletion...
Open
requested to merge issue/search_api_algolia-3185989:3185989-deleteobjects-exception-can into 3.0.x
2 unresolved threads
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -416,7 +416,16 @@ class SearchApiAlgoliaBackend extends BackendPluginBase implements PluginFormInt
@@ -416,7 +416,16 @@ class SearchApiAlgoliaBackend extends BackendPluginBase implements PluginFormInt
Message is very specific to your scenario, I would add a generic message instead "Exception occurred while trying to delete item on Algolia Index. Error: @Message"
$this->getLogger()->notice('Deletion requested for IDs: @ids on Algolia for Index: @index, Response: @response.', [
@1mly please add $response assignment back, it is used in logger below