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 211dd25 commit 430dd1cCopy full SHA for 430dd1c
app/code/Magento/Elasticsearch6/etc/search_engine.xml
@@ -0,0 +1,12 @@
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="elasticsearch6">
10
+ <feature name="synonyms" support="true" />
11
+ </engine>
12
+</engines>
0 commit comments