php - Magento Indexing Issue -


i running process bunch of updates catalog (change names, prices, stock, custom attributes on items). @ end of script have set reindex using code:

$processcol = mage::getmodel('index/process')->getcollection(); foreach($processcol $process) {     $process->reindexeverything(); } 

it runs without error , can place log see indexer codes indexed, runs lot faster command line reindex.php file. also, products have set not displayed in data still shown until run reindex command line. reindex in script seems doing not updating products on front end.

see last comment myself. resolved new class.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -