Skip to content

Search terms - products are not sorting manually on the frontend #34345

Closed
@KCzaplinskaAcc

Description

@KCzaplinskaAcc

Preconditions (*)

  1. Magento 2.4.2-p2
  2. Have products in db.

Steps to reproduce (*)

  1. Go in Admin Panel to "Marketing -> Search Terms"
  2. Add search term.
  3. Go to "Merchandiser" tab.
  4. Sort some of the products manually.
  5. 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”.

Metadata

Metadata

Labels

Issue: Cannot ReproduceCannot reproduce the issue on the latest `2.4-develop` branchIssue: needs updateAdditional information is require, waiting for responseReported on 2.4.xIndicates original Magento version for the Issue report.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions