Closed sandervall closed 3 weeks ago
Hi @sandervall. Thank you for your report. To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento-engcom-team give me {$VERSION} instance
where {$VERSION}
is version tags (starting from 2.2.0+) or develop branches (2.2-develop +).
For more details, please, review the Magento Contributor Assistant documentation.
@sandervall do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
Hello @sandervall, thank you for your report. We've acknowledged the issue and added to our backlog.
This is a quick fix that worked for me: https://github.com/magento/magento2/issues/13881
We are having the similar issue
:white_check_mark: Jira issue https://jira.corp.magento.com/browse/AC-1037 is successfully created for this GitHub issue.
:white_check_mark: Confirmed by @engcom-Echo. Thank you for verifying the issue.
Issue Available: @engcom-Echo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
Hi @sandervall,
Thanks for your reporting and collaboration.
we have verified the issue in Latest 2.4-develop instance and the issue is no more reproducible.Kindly refer the screenshots.
Widget displaying products with visibility Catalog, Search
Hence we are closing this issue.
Thanks.
Preconditions
Steps to reproduce
Expected result
Actual result
catalog_product_entity
ASe
INNER JOINcatalog_category_product_index_store1
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 ('3')))) AND(IFNULL(e
.entity_id
,at_visibility_default
.value
) IN ('5', '6', '20', '21', '22', '23', '26', '33', '34', '35', '36', '37', '56', '57', '59', '60', '62', '63', '64', '65', '87', '109', '117', '136', '143', '150', '151', '152', '153', '155', '156', '157', '158', '159', '185')) ))