From e4f7f8dff28ecb902ddd18cfad81a53b321ad086 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Nov 2010 21:44:19 +0300 Subject: add support for Sphinx search engine --- config.php-dist | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 14cc1e307..85e682cca 100644 --- a/config.php-dist +++ b/config.php-dist @@ -164,7 +164,14 @@ // intervals is disabled and all articles (which are not starred) // older than this amount of days are purged. - define('CONFIG_VERSION', 19); + define('SPHINX_ENABLE', false); + // Enable fulltext search using Sphinx (http://www.sphinxsearch.com) + // Please see http://tt-rss.org/wiki/SphinxSearch for more information. + + define('SPHINX_INDEX', 'ttrss'); + // Index name in Sphinx configuration + + define('CONFIG_VERSION', 20); // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file). -- cgit v1.2.3