summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.php-dist6
-rw-r--r--plugins/search_sphinx/init.php2
2 files changed, 4 insertions, 4 deletions
diff --git a/config.php-dist b/config.php-dist
index 2d7a6d195..0c3e92b74 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -104,9 +104,9 @@
// 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.
diff --git a/plugins/search_sphinx/init.php b/plugins/search_sphinx/init.php
index f2877e44d..a6511034d 100644
--- a/plugins/search_sphinx/init.php
+++ b/plugins/search_sphinx/init.php
@@ -3,7 +3,7 @@
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);
}