[Rt-commit] rt branch, 4.0/hide-simple-fulltext, updated. rt-4.0.0-181-ga262092
Shawn Moore
sartak at bestpractical.com
Mon May 9 18:00:59 EDT 2011
The branch, 4.0/hide-simple-fulltext has been updated
via a262092e8648c18008e1a71a37ad4757ffee9168 (commit)
from 709cc4e465948d1690e5cf0cea2a4874d8521f7a (commit)
Summary of changes:
share/html/Search/Simple.html | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit a262092e8648c18008e1a71a37ad4757ffee9168
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon May 9 18:00:37 2011 -0400
Only warn about fulltext speed if it isn't backed by a fts index
diff --git a/share/html/Search/Simple.html b/share/html/Search/Simple.html
index 9284d67..7b34a49 100644
--- a/share/html/Search/Simple.html
+++ b/share/html/Search/Simple.html
@@ -58,8 +58,12 @@
% my $config = RT->Config->Get('FullTextSearch') || {};
% if ( $config->{'Enable'} ) {
+% if ( $config->{'Indexed'} ) {
+<p><&|/l&>You can search for any word in full ticket history for any word by typing <b>fulltext:<i>word</i></b>.</&></p>
+% } else {
<p><&|/l&>Searching the full text of every ticket can take a long time, but if you need to do it, you can search for any word in full ticket history for any word by typing <b>fulltext:<i>word</i></b>.</&></p>
% }
+% }
<p><&|/l&>RT will look for anything else you enter in ticket subjects.</&></p>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list