From 63b51f71c66a8b47c3022a30d084cb3a05dc9bcf Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 4 May 2023 04:20:54 +0300 Subject: [PATCH] fix space offset --- config/sphinx.conf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sphinx.conf.txt b/config/sphinx.conf.txt index 53d9d2d..1f18c52 100644 --- a/config/sphinx.conf.txt +++ b/config/sphinx.conf.txt @@ -27,7 +27,7 @@ source hostImage : common (SELECT GROUP_CONCAT(CONCAT_WS(' ', hostImageDescription.alt, hostImageDescription.title)) \ FROM hostImageDescription \ WHERE hostImageDescription.hostImageId = hostImage.hostImageId) AS imageDescription, \ - (SELECT GROUP_CONCAT(CONCAT_WS(' ', hostPage.metaTitle, hostPage.metaDescription, hostPage.metaKeywords)) \ + (SELECT GROUP_CONCAT(CONCAT_WS(' ', hostPage.metaTitle, hostPage.metaDescription, hostPage.metaKeywords)) \ FROM hostPage \ WHERE hostPage.hostPageId IN (SELECT hostImageToHostPage.hostPageId FROM hostImageToHostPage WHERE hostImageToHostPage.hostImageId = hostImage.hostImageId)) AS pageDescription \ FROM hostImage \