磁鐵搜索返回零,而我打印查詢並執行PHPMYADMIN - 列出的產品足夠多。下面是我的查詢:Magento目錄搜索返回零
SELECT `e`.*, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price`, `cat_index`.`position` AS `cat_index_position` FROM `mg_catalog_product_entity` AS `e`
INNER JOIN `mg_catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.website_id = '2' AND price_index.customer_group_id = 0
INNER JOIN `mg_catalog_category_product_index` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id='2' AND cat_index.visibility IN(3, 4) AND cat_index.category_id = '2'
感謝
你檢查你的配置的搜索結果查詢? –
我已經嘗試過在配置 - >目錄搜索 –
的目錄中的所有組合,你能描述你在網站上嘗試過什麼嗎?意味着嘗試搜索。 –