-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unchanged order of layered navigation filters not the same as in admin #1192
Comments
OK, this one is a bit weird. It is definitely linked to the PR #1164 made for #1153 which introduces only in admin a SQL join on eav_entity_attribute to apply a condition on the (relevant) attribute_set_id(s), which in turns adds a GROUP BY on the attribute_id. Hence, the implicit ordering with the GROUP BY is (1) attribute position ASC (2) attribute id ASC : all attributes with the same default position of 0 are ascendingly sorted by their attribute id. price is before color, etc. But on a 2.2.5 (CE or EE), in frontend, the SQL query which does not bear that extra join and GROUP BY still generates the same ordering as in admin. Anyway the same problem could appear on any 2.2.x release, according to storage engine, MySQL version (which could or not enforce the implicit ordering on attribute_id), moon phase, etc. @romainruaud long story short, it should be fixed pre-emptively in 2.6.x. |
of layered navigation filterable attributes
…order_layered_nav_filters Fixes #1192 Homogeneous secondary sort order
Fixed by #1194 |
In CE 2.3.0-beta32, the ability to change the relative position of layered navigation filters for a category works as expected but when no changes are applied, the default order of attributes show in admin is not the one applied to the attributes related layered navigation filters.
Preconditions
Magento Version : CE 2.3.0-beta32 + sample data
ElasticSuite Version : 2.6.3
Environment : Developer
Third party modules : N/A
Steps to reproduce
Expected result
Actual result
Enclosed screenshots are of the "Men > Bottoms > Shorts" category.
The text was updated successfully, but these errors were encountered: