mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 09:36:11 +01:00
TASK: Fix indentation
This commit is contained in:
parent
bd8ed737e2
commit
f311357d0e
1 changed files with 3 additions and 3 deletions
|
@ -150,8 +150,8 @@ class QueryFactory
|
|||
'query' => [
|
||||
'bool' => [
|
||||
'should' => $boostQueryParts,
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
|
@ -165,7 +165,7 @@ class QueryFactory
|
|||
'function_score' => [
|
||||
'query' => $query['query'],
|
||||
'field_value_factor' => $this->configuration->get('searching.fieldValueFactor'),
|
||||
],
|
||||
],
|
||||
];
|
||||
} catch (InvalidArgumentException $e) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue