From 48de8644714e6ed6d2db3e817160d085c9b4baf5 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 9 Jan 2017 20:39:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=B5=D0=BB=D1=8C=D1=82=D0=B0?= =?UTF-8?q?=20=D0=B8=D0=BD=D0=B4=D0=B5=D0=BA=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sphinx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sphinx.conf b/sphinx.conf index 6b2ef2e..b1e7d2d 100644 --- a/sphinx.conf +++ b/sphinx.conf @@ -43,6 +43,7 @@ index files_index source files_index_delta : files_index { + sql_query_pre = SET NAMES utf8 sql_query = \ SELECT fls.fileid, fls.path, fls.size as filesize, \ torrents.hash as hash, torrents.name as name, torrents.size as size, \ @@ -95,6 +96,7 @@ index torrents_index source torrents_index_delta : torrents_index { + sql_query_pre = SET NAMES utf8 sql_query = \ SELECT torrents.torrentid, torrents.hash as hash, torrents.name as name, torrents.size as size, \ torrents.seeders, torrents.leechers, torrents.completed, \