search_engine.xml 727 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <engines xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Search/etc/search_engine.xsd">
  9. <engine name="mysql">
  10. <feature name="synonyms" support="1" />
  11. <feature name="stopwords" support="0" />
  12. </engine>
  13. <engine name="other">
  14. <feature name="synonyms" support="1" />
  15. <feature name="stopwords" support="1" />
  16. </engine>
  17. <engine name="none1">
  18. <feature name="synonyms" support="0" />
  19. <feature name="stopwords" support="0" />
  20. </engine>
  21. <engine name="none2" />
  22. </engines>