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.
2 parents b1e3430 + 7a941b0 commit 4a080c8Copy full SHA for 4a080c8
app/code/Magento/OpenSearch/Plugin/SearchAdapter/Query/Builder/MatchQueryPlugin.php
app/code/Magento/OpenSearch/etc/di.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0"?>
2
<!--
3
/**
4
- * Copyright 2022 Adobe
5
- * All Rights Reserved.
+ * Copyright © Magento, Inc. All rights reserved.
+ * See COPYING.txt for license details.
6
*/
7
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -287,7 +287,4 @@
287
</argument>
288
</arguments>
289
</type>
290
- <type name="Magento\Elasticsearch\SearchAdapter\Query\Builder\QueryInterface">
291
- <plugin name="sanitize_search_string" type="Magento\OpenSearch\Plugin\SearchAdapter\Query\Builder\MatchQueryPlugin" />
292
- </type>
293
</config>
0 commit comments