I am trying to integrate Algolia with an older version of Opencart ecommerce system. Currently I am able to export products as JSON object (name, image, description, category, manufacturer) and successfully import to Algolia. Searching also works.
One thing I don’t know how I am going to resolve: delete old records. Isn’t there a function in Algolia which automatically deletes records, which are not in import file?
I tried $index->clearObjects(), but it’s a very expensive oepration at 10 000 objects, the units are not going to last long.
Don’t beat me, I am not a real programmer, just a hobbyist.