Update AdvancedSearchQuery.php
This commit is contained in:
parent
b425912310
commit
f7e14711ea
1 changed files with 2 additions and 2 deletions
|
|
@ -214,8 +214,8 @@ class AdvancedSearchQuery {
|
|||
|
||||
// enable dismax search query option
|
||||
/** @var Solarium\QueryType\Select\Query\Component\DisMax $dismax */
|
||||
$dismax = $solarium_query->getDisMax();
|
||||
$dismax->setQueryParser('dismax');
|
||||
$dismax = $solarium_query->getEDisMax();
|
||||
$dismax->setQueryParser('edismax');
|
||||
$query_fields = [];
|
||||
foreach ($field_mapping as $key => $field) {
|
||||
foreach ($field as $f => $item) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue