mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-04 05:39:28 +00:00
Bugfix
This commit is contained in:
@@ -242,7 +242,8 @@ class SearchBarLib
|
||||
" . $this->_ci->db->escape($type) . " AS type,
|
||||
rank,
|
||||
TO_JSONB((SELECT x FROM (SELECT " . implode(", ", $table_config['resultfields'] ?? ['*']) . ") x)) AS data
|
||||
FROM final_" . $type . ($table_config['resultjoin'] ?? "");
|
||||
FROM final_" . $type . "
|
||||
" . ($table_config['resultjoin'] ?? "");
|
||||
}
|
||||
|
||||
if (!$selects)
|
||||
|
||||
Reference in New Issue
Block a user