Skip to content

Commit

Permalink
Merge pull request #158 from esmero/ISSUE-157
Browse files Browse the repository at this point in the history
ISSUE-157: Fix Autocomplete deprecation (search api 1.24+)
  • Loading branch information
DiegoPino authored Jun 27, 2023
2 parents b1f7af1 + a77c916 commit 5936d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin/views/display/EntityReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ public function query() {
$match_condition_group->addCondition($realfieldname, $value, '=');
}
}

$search_api_query->addConditionGroup($match_condition_group, 'MATCH');
// Removed deprecated in Search API 1.24+ string as condition group/tag.
$search_api_query->addConditionGroup($match_condition_group);
}
// Add an IN condition for validation.
if (!empty($options['ids_solr'])) {
Expand Down

0 comments on commit 5936d4e

Please sign in to comment.