magento / catalog-storefront

Open Software License 3.0
7 stars 18 forks source link

Default sort order #104

Open mslabko opened 4 years ago

mslabko commented 4 years ago

Default product sort order should be:

Default sort order for category:

Open questions:

AC:

Note: for collection correct order is implemented, need to fix for GQL: https://github.com/magento/magento2/commit/9f5d25a32fc611b32e890b4dcb97d72c725cee75

Update We have the same problem for categories. Currently, sort order for categories is not determined and may be different on different MySQL engine version or even platform

Need to add default sort order:

m2-assistant[bot] commented 4 years ago

Hi @mslabko. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.

Please, add a comment to assign the issue: @magento I am working on this


Dnyomo commented 3 years ago

@magento I am working on this

Dnyomo commented 3 years ago

Blocking this as we await feedback from Yaroslav Honcharuk on the sort behavior.

Dnyomo commented 3 years ago

The first part of this ticket was completed with a PR into the main Magento 2 repo here https://github.com/magento/magento2/pull/29301. The rest of the ticket it blocked as we will not be testing GraphQL in the store front.