We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c5bb5 commit 61b3564Copy full SHA for 61b3564
app/code/Magento/CatalogSearch/etc/adminhtml/system.xml
@@ -27,6 +27,10 @@
27
<label>Maximum Query Length</label>
28
<validate>validate-digits</validate>
29
</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>
34
</group>
35
</section>
36
</system>
0 commit comments