mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 21:16: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' => [
|
'query' => [
|
||||||
'bool' => [
|
'bool' => [
|
||||||
'should' => $boostQueryParts,
|
'should' => $boostQueryParts,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -165,7 +165,7 @@ class QueryFactory
|
||||||
'function_score' => [
|
'function_score' => [
|
||||||
'query' => $query['query'],
|
'query' => $query['query'],
|
||||||
'field_value_factor' => $this->configuration->get('searching.fieldValueFactor'),
|
'field_value_factor' => $this->configuration->get('searching.fieldValueFactor'),
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
} catch (InvalidArgumentException $e) {
|
} catch (InvalidArgumentException $e) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue