searchConfig.xml 546 B

12345678910111213
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <search_config> <!-- Search configuration for Simple/Configurable products -->
  9. <max_amount_of_words_description>200</max_amount_of_words_description>
  10. <max_amount_of_words_short_description>20</max_amount_of_words_short_description>
  11. <min_amount_of_words_description>20</min_amount_of_words_description>
  12. <min_amount_of_words_short_description>5</min_amount_of_words_short_description>
  13. </search_config>