This commit is contained in:
cgfhtw
2024-10-31 14:22:31 +01:00
parent 963391ec99
commit 8d00a9b4c9
2 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -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)