summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-12 21:44:19 +0300
committerAndrew Dolgov <[email protected]>2010-11-12 21:44:19 +0300
commite4f7f8dff28ecb902ddd18cfad81a53b321ad086 (patch)
treead255ce4c3d036732e9cf4d2c0aca0ad01895469 /config.php-dist
parent353221477b77aa494ff3bb0022ed448a998dd1be (diff)
add support for Sphinx search engine
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist9
1 files changed, 8 insertions, 1 deletions
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).