mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-30 05:56:14 +00:00
php code style fix
This commit is contained in:
parent
489473806f
commit
96b1854fef
@ -93,10 +93,10 @@ class ThirdPartyApiSearch implements SearchApiInterface
|
|||||||
parent.canonicalized LIKE '%' || LOWER(UNACCENT(?)) || '%')
|
parent.canonicalized LIKE '%' || LOWER(UNACCENT(?)) || '%')
|
||||||
";
|
";
|
||||||
$whereArgs[] = [$str, $str, $str, $str];
|
$whereArgs[] = [$str, $str, $str, $str];
|
||||||
$pertinence[] = "GREATEST(
|
$pertinence[] = 'GREATEST(
|
||||||
STRICT_WORD_SIMILARITY(LOWER(UNACCENT(?)), tparty.canonicalized),
|
STRICT_WORD_SIMILARITY(LOWER(UNACCENT(?)), tparty.canonicalized),
|
||||||
STRICT_WORD_SIMILARITY(LOWER(UNACCENT(?)), parent.canonicalized)
|
STRICT_WORD_SIMILARITY(LOWER(UNACCENT(?)), parent.canonicalized)
|
||||||
) + " .
|
) + ' .
|
||||||
"GREATEST(
|
"GREATEST(
|
||||||
(tparty.canonicalized LIKE '%s' || LOWER(UNACCENT(?)) || '%')::int,
|
(tparty.canonicalized LIKE '%s' || LOWER(UNACCENT(?)) || '%')::int,
|
||||||
(parent.canonicalized LIKE '%s' || LOWER(UNACCENT(?)) || '%')::int
|
(parent.canonicalized LIKE '%s' || LOWER(UNACCENT(?)) || '%')::int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user