-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Issue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseReported on 2.4.8-p3Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Description
Preconditions and environment
- Magento 2.4.8-p3
Steps to reproduce
- Create configurable product: Visibility = Catalog
- Create 2 children (choose any attribute, e.g. Color: Red/Blue). The number of children does not matter
- The visibility of the children should be the same as the configurable product: Visibility = Catalog
- Execute the following GraphQL query for a child product using search and filter
query Products { products(search: "{child_sku}", filter: { url_key: { eq: "{child_url_key}" } }) { total_count items { sku } } } - Using this query, you will not see any results
- Change the visibility of the configurable product only to "Search" or "Catalog, Search"
- You will see a result (configurable item only)
- Change the child product visibility to "Search"; you will see results for both the configurable product and the child product
Expected result
Whatever the configurable product visibility is, if the child products have visibility set to Search, Catalog, or Catalog, Search, we should get a result so the item can be retrieved on the product page.
Actual result
. Using this query, you will not see any results
. Change the visibility of the configurable product only to "Search" or "Catalog, Search"
. You will see a result (configurable item only)
. Change the child product visibility to "Search"; you will see results for both the configurable product and the child product
Additional information
No response
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
Issue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseReported on 2.4.8-p3Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Type
Projects
Status
Needs Update