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 c15edc0 commit 7613713Copy full SHA for 7613713
app/code/Magento/OpenSearch/Plugin/SearchAdapter/Query/Builder/MatchQueryPlugin.php
@@ -44,7 +44,7 @@ public function afterBuild(
44
): array {
45
46
$nameIsSearchable = $this->dataProvider->getSearchableAttribute('name')->getIsSearchable();
47
- if ($nameIsSearchable === 0) {
+ if ($nameIsSearchable == 0) {
48
if (isset($selectQuery['bool']['should'][0]['match_phrase_prefix']['name']['query'])) {
49
$requestQueryValue = $selectQuery['bool']['should'][0]['match_phrase_prefix']['name']['query'];
50
if (!empty($requestQueryValue) &&
0 commit comments