This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 154
Return 'Available sort options' for product listing #3
Labels
Comments
paliarush
added
good first issue
Good for newcomers
for-grooming
This issue needs to be discussed before it can be worked on
additional-coverage
labels
Apr 4, 2018
paliarush
removed
the
for-grooming
This issue needs to be discussed before it can be worked on
label
May 9, 2018
4 tasks
paliarush
added
requires-documentation
and removed
in-progress
requires-documentation
labels
May 22, 2018
Merged in #12 |
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 25, 2018
[Forwardport] Fixed set template syntax issue
magento-engcom-team
pushed a commit
that referenced
this issue
Aug 11, 2018
[Forwardport] Remove unnecessary translation of HTML tags
atwixfirster
added a commit
that referenced
this issue
Mar 12, 2019
1. Fix the same links in the Test Case #3
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 3, 2019
Customer Account Forgot Password page title
magento-engcom-team
pushed a commit
that referenced
this issue
Jul 15, 2019
Regression Automation Team Sprint #3
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is “Product Listing Sort By“ setting in the Magento’s catalog configuration. These options (e.g. Position, Name, Price asc/desc) are used to change default sorting in product listing. And these options are necessary to render the toolbar on the client side. Of course those options could be written as an JS variable during HTML server side rendering but it would be more convenient to get them together with the pagination information.
See how to expose a new query via GraphQL in Magento
Acceptance criteria:
sort_fields
field should be added toProducts
GraphQL type (see Magento/CatalogGraphQl/etc/schema.graphqls )The text was updated successfully, but these errors were encountered: