Vinai / groupscatalog2

Magento extension to enable you to hide categories and products from customers depending on their customer group. This is a Magento 1.6 and newer compatible version of the Netzarbeiter Customer Groups Catalog extension.
139 stars 59 forks source link

Catalog empty while reindexing #143

Open OvalMedia opened 7 years ago

OvalMedia commented 7 years ago

During the index process the catalog ist empty and products reappear when done. There are no errors or anything. But since indexing does take a while (lots of products) it is quite annoying. Is there anything I can do about it?

Thank you

OvalMedia commented 7 years ago

The indexer first clears the table completely OR removes the records prior to rebuilding the index. This is clearly the cause. Wouldn't it be smarter to do a update or replace on those records and delete orphans after that?

allanlaal commented 7 years ago

I agree with @DocOlson