Problem/Motivation
Recombee Search API backend doesn't support deleteItems() operation yet.
Steps to reproduce
If you delete an indexed entity, it's not deleted from Recombee API.
Proposed resolution
Implement deleteItems() operation to delete item from Recombee API.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | search_api_recombee-deleteItems-3248185-2.patch | 1.25 KB | kyberman |
Comments
Comment #3
kybermanHere is the patch, partially implemented by @kvben at https://www.drupal.org/project/search_api_recombee/issues/3198971, so thank you!
Comment #5
kyberman