Skip to content

Commit 61b3564

Browse files
committed
Add autocomplete limit field
1 parent e7c5bb5 commit 61b3564

File tree

1 file changed

+4
-0
lines changed
  • app/code/Magento/CatalogSearch/etc/adminhtml

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
<label>Maximum Query Length</label>
2828
<validate>validate-digits</validate>
2929
</field>
30+
<field id="autocomplete_limit" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
31+
<label>Autocomplete Limit</label>
32+
<validate>validate-digits</validate>
33+
</field>
3034
</group>
3135
</section>
3236
</system>

0 commit comments

Comments
 (0)