From 4d2063734db535dcf8b39c55337234099c60379d Mon Sep 17 00:00:00 2001 From: conradverm Date: Wed, 13 Feb 2008 14:59:16 +0000 Subject: [PATCH] KTS-3024 "Search2: Searching using a quick search gives a warning" Updated. Changed the content of the message. --- search2/indexing/indexers/JavaXMLRPCLuceneIndexer.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search2/indexing/indexers/JavaXMLRPCLuceneIndexer.inc.php b/search2/indexing/indexers/JavaXMLRPCLuceneIndexer.inc.php index 4795220..e3a7fa9 100755 --- a/search2/indexing/indexers/JavaXMLRPCLuceneIndexer.inc.php +++ b/search2/indexing/indexers/JavaXMLRPCLuceneIndexer.inc.php @@ -202,7 +202,7 @@ class JavaXMLRPCLuceneIndexer extends Indexer } else { - $_SESSION['KTErrorMessage'][] = _kt('The XMLRPC Server did not respond correctly. Please notify the system administrator to investigate.'); + $_SESSION['KTErrorMessage'][] = _kt('The Document Indexer did not respond correctly. Your search results will not include content results. Please notify the system administrator to investigate why the Document Indexer is not running.'); } return $results; } -- libgit2 0.21.4