javitineo Posted September 29, 2014 Share Posted September 29, 2014 (edited) I've imported data directly to the database of my prestashop. I need to include 1000 new products into the search-index. I did the next steps: update the field "indexed" in the product and product_shop table insert the data in the table layeredpriceindex (or something like that) include the new products in the table search_index But, the index says that all the products (only the old ones) are indexed (6000/6000), not 7000/7000 or even 6000/7000... but if i edit a product in the edit page and save it, it goes to the index. I just need what else must i do "manually" to get all of then into the index. thank you. [sOLVED]I found it! is necesary to update the ps_product_shop field visibility to "both", and rebuild de index Edited September 30, 2014 by javitineo (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts