Jump to content

Indexing products after a dump of data


Recommended Posts

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:

  1. update the field "indexed" in the product and product_shop table
  2. insert the data in the table layeredpriceindex (or something like that)
  3. 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 by javitineo (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...