Closed
Description
Preconditions (*)
- Magento 2.4.2-p2
- Have products in db.
Steps to reproduce (*)
- Go in Admin Panel to "Marketing -> Search Terms"
- Add search term.
- Go to "Merchandiser" tab.
- Sort some of the products manually.
- Go to the frontend and type this search term in the search input.
Expected result (*)
The products for that search term should be displayed as we sorted them. The manual sort should be applied.
Actual result (*)
Manual sort is not applied.
Products are displaying randomly. The product I want to be first is not.
Additional information
We found out that one line was removed in this PR, which is (probably) causing this issue -#27263
After adding this line: " $this->addToolbarBlock($collection); " the sorting products by manual sort are working, and for now it is our workaround for that.
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- 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”.