Skip to content

Commit 83f6fbf

Browse files
committed
MAGETWO-75769: Cache Popular Search Terms and Their Search Results Pages
1 parent 525ce69 commit 83f6fbf

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/CatalogSearch/etc/adminhtml

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
<validate>validate-digits</validate>
2929
</field>
3030
<field id="max_count_cacheable_search_terms" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
31-
<label>Maximum Count Cacheable Search Terms</label>
31+
<label>Number of top search results to cache</label>
32+
<comment>Number of popular search terms to be cached for faster response. Use “0” to cache all results after a term is searched for the second time.</comment>
3233
<validate>validate-digits</validate>
3334
</field>
3435
</group>

0 commit comments

Comments
 (0)