Skip to content

Commit

Permalink
MAGETWO-91742: "Sort by" not working on Catalog Search results page
Browse files Browse the repository at this point in the history
- Added hint under configuration.
  • Loading branch information
AlexeyManenok committed Sep 10, 2018
1 parent b55989d commit 88bc248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/Catalog/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@
<backend_model>Magento\Catalog\Model\Indexer\Product\Flat\System\Config\Mode</backend_model>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="default_sort_by" translate="label" type="select" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<field id="default_sort_by" translate="label comment" type="select" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Product Listing Sort by</label>
<comment>Applies to category pages</comment>
<source_model>Magento\Catalog\Model\Config\Source\ListSort</source_model>
</field>
<field id="list_allow_all" translate="label comment" type="select" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="1">
Expand Down

0 comments on commit 88bc248

Please sign in to comment.