You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

58 lines
3.4 KiB

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  10. <system>
  11. <section id="catalog">
  12. <group id="search">
  13. <field id="search_recommendations_enabled" translate="label comment" type="select" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
  14. <label>Enable Search Recommendations</label>
  15. <comment>When you enable this option your site may slow down.</comment>
  16. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  17. </field>
  18. <field id="search_recommendations_count" translate="label" type="text" sortOrder="81" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
  19. <label>Search Recommendations Count</label>
  20. <validate>validate-digits</validate>
  21. <depends>
  22. <field id="search_recommendations_enabled">1</field>
  23. </depends>
  24. </field>
  25. <field id="search_recommendations_count_results_enabled" translate="label" type="select" sortOrder="82" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
  26. <label>Show Results Count for Each Recommendation</label>
  27. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  28. <depends>
  29. <field id="search_recommendations_enabled">1</field>
  30. </depends>
  31. </field>
  32. <!--<group id="suggestions">-->
  33. <field id="search_suggestion_enabled" translate="label comment" type="select" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
  34. <label>Enable Search Suggestions</label>
  35. <comment>When you enable this option your site may slow down.</comment>
  36. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  37. </field>
  38. <field id="search_suggestion_count" translate="label" type="text" sortOrder="91" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
  39. <label>Search Suggestions Count</label>
  40. <validate>validate-digits validate-zero-or-greater</validate>
  41. <depends>
  42. <field id="search_suggestion_enabled">1</field>
  43. </depends>
  44. </field>
  45. <field id="search_suggestion_count_results_enabled" translate="label comment" type="select" sortOrder="92" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
  46. <label>Show Results Count for Each Suggestion</label>
  47. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  48. <comment>When you enable this option your site may slow down.</comment>
  49. <depends>
  50. <field id="search_suggestion_enabled">1</field>
  51. </depends>
  52. </field>
  53. <!--</group>-->
  54. </group>
  55. </section>
  56. </system>
  57. </config>