jokerstar Posted January 15 Share Posted January 15 Hi, i downloaded from app this extension. Can you help me how reindex products please? Problem is if you have for example older products indexed without SKU, and in wide search you choose also search SKU, it will work only for new added products, not older added.. How can I reindex products search tags (in DB tables: plain_products_name_search and plain_products_name_to_products ) ? Thanks Quote Link to comment Share on other sites More sharing options...
osCommerce-Official Posted January 15 Share Posted January 15 @Ivan Holbi could you please help? Quote Link to comment Share on other sites More sharing options...
Ivan Holbi Posted January 16 Share Posted January 16 On 1/15/2023 at 1:50 PM, jokerstar said: Hi, i downloaded from app this extension. Can you help me how reindex products please? Problem is if you have for example older products indexed without SKU, and in wide search you choose also search SKU, it will work only for new added products, not older added.. How can I reindex products search tags (in DB tables: plain_products_name_search and plain_products_name_to_products ) ? Thanks Hi, You need to add cron jobs when you use this extension. The command for the regular reindexing is as follows: cd /home/YOUR_DIR/public_html && php yii.php events/plain-product-table For example: crontab -e add line: */5 * * * * cd /home/your_dir/public_html && php yii.php events/plain-product-table Best regards, Ivan Quote Link to comment Share on other sites More sharing options...
jokerstar Posted January 16 Author Share Posted January 16 Hi Ivan, thank you, I added your cron, its working but it index only one product per cronjob. Extension is setup to: Batch size Number of products to index at once (by cron job) Ex. 200 Life time (mins) Do not check product changes for this number of minutes. Ex. 720 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.