// Enable client PubSubHubbub support in tt-rss. When disabled, tt-rss
// won't try to subscribe to PUSH feed updates.
- // *********************
- // *** Sphinx search ***
- // *********************
+ // ****************************
+ // *** Sphinx search plugin ***
+ // ****************************
define('SPHINX_SERVER', 'localhost:9312');
// Hostname:port combination for the Sphinx server.
class Search_Sphinx extends Plugin {
function about() {
return array(1.0,
- "Delegate searching for articles to Sphinx",
+ "Delegate searching for articles to Sphinx (don't forget to set options in config.php)",
"hoelzro",
true);
}