Plugin Author
ILLID
(@mihail-barinov)
Hi,
In fact by default reindex will run every time after you import/update your products.
To prevent this you need to go to the plugin settings page -> Performance tab and disable ‘Sync index table’ option. The problem is that for now you need to manually run re-index. You can do this from the plugin settings page or via code/WP CLI commands. More about that you can read here.
Regards
Thank you @mihail-barinov . I checked this with WP Crontrol and saw that the daily index is running at 9:41am. My problem is that the daily index shows very few indexed products. I have 2,000+ products and the index only shows a few hundred (100, 200, 300). I have to manually re-index to get the full number of products in the index. I have no information in the error_log of the server and nothing in the debug.log.
Do you have any idea what I can check to understand and fix this error?
Plugin Author
ILLID
(@mihail-barinov)
So did you set this cron job by yourself? Plugin itself doesn’t have any built-in cron job.
If you created it by yourself – please show me a code that you are using for this.
Just want to report (also for others) that I have set up a cron job and it works as expected. Thank you for your help.