Commit 4d2063734db535dcf8b39c55337234099c60379d

Authored by conradverm
1 parent 0c6f33f5

KTS-3024

"Search2: Searching using a quick search gives a warning"
Updated. Changed the content of the message.

Committed By: Conrad Vermeulen
Reviewed By: Xolo Mashinini

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8051 c91229c3-7414-0410-bfa2-8a42b809f60b
search2/indexing/indexers/JavaXMLRPCLuceneIndexer.inc.php
... ... @@ -202,7 +202,7 @@ class JavaXMLRPCLuceneIndexer extends Indexer
202 202 }
203 203 else
204 204 {
205   - $_SESSION['KTErrorMessage'][] = _kt('The XMLRPC Server did not respond correctly. Please notify the system administrator to investigate.');
  205 + $_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.');
206 206 }
207 207 return $results;
208 208 }
... ...