Closed bexdoggett closed 6 years ago
@bexdoggett , thank you for your report. We were not able to reproduce this issue by following the steps you provided. Please provide more detailed steps to reproduce or try to reproduce this issue on a clean installation or latest release.
@bexdoggett, we are closing this issue due to inactivity. If you'd like to update it, please reopen the issue.
@magento-engcom-team I still have the issue when updating to 2.1.12 on multiple sites. I will try to provide more steps to help reproduce the issue:
Hopefully that gives enough detail to recreate now
Preconditions
Steps to reproduce
Expected result
Actual result
catalog_product_flat_1
ASe
INNER JOINcatalog_category_product_index
AScat_index
ON cat_index.product_id=e.entity_id AND cat_index.store_id='1' AND cat_index.visibility IN(2, 4) AND cat_index.category_id='2' INNER JOINcatalog_product_index_price
ASprice_index
ON price_index.entity_id = e.entity_id AND price_index.website_id = '1' AND price_index.customer_group_id = 0 WHERE (((IFNULL(e
.entity_id
, 0) IN (SELECTcatalog_category_product
.product_id
FROMcatalog_category_product
WHERE (category_id IN ('15')))) AND(IFNULL(e
.homepage_featured
,at_homepage_featured_default
.value
) = '1') ))Additional Information
I have already performed the following tasks:
Also:
//$this->eavCollection = $collection;