Skip to content

Commit b0454bd

Browse files
committed
MAGETWO-44111: Setting "Apply Layered Navigation if Search Results are Less Than" doesn't work
1 parent 5623c99 commit b0454bd

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

app/code/Magento/CatalogSearch/etc/adminhtml/system.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
<label>Maximum Query Length</label>
2828
<validate>validate-digits</validate>
2929
</field>
30-
<field id="use_layered_navigation_count" translate="label comment" type="text" sortOrder="25" showInDefault="1" showInWebsite="1" showInStore="1">
31-
<label>Apply Layered Navigation if Search Results are Less Than</label>
32-
<validate>validate-digits</validate>
33-
<comment>Enter "0" to enable layered navigation for any number of results.</comment>
34-
</field>
3530
</group>
3631
</section>
3732
</system>

app/code/Magento/CatalogSearch/etc/config.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<engine>mysql</engine>
1616
<min_query_length>1</min_query_length>
1717
<max_query_length>128</max_query_length>
18-
<use_layered_navigation_count>0</use_layered_navigation_count>
1918
</search>
2019
</catalog>
2120
</default>

app/code/Magento/Search/etc/adminhtml/system.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
<field id="engine">mysql</field>
1919
</depends>
2020
</field>
21-
<field id="use_layered_navigation_count">
22-
<depends>
23-
<field id="engine">mysql</field>
24-
</depends>
25-
</field>
2621
</group>
2722
</section>
2823
</system>

0 commit comments

Comments
 (0)