From 6f49cedfd728451adeacc8448c265098b08b61eb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 22 May 2013 09:40:55 +0400 Subject: [PATCH] update sphinx index option description --- config.php-dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.php-dist b/config.php-dist index 6847b91a..1eb4a13e 100644 --- a/config.php-dist +++ b/config.php-dist @@ -114,9 +114,10 @@ define('SPHINX_SERVER', 'localhost:9312'); // Hostname:port combination for the Sphinx server. - define('SPHINX_INDEX', 'ttrss'); + define('SPHINX_INDEX', 'ttrss, delta'); // Index name in Sphinx configuration. You can specify multiple indexes // as a comma-separated string. + // Example configuration files are available on tt-rss wiki. // *********************************** // *** Self-registrations by users *** -- 2.39.2