mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
add support for Sphinx search engine
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user