[Rt-commit] rt branch, 4.0/hide-simple-fulltext, updated. rt-4.0.0-183-ga7e43ba
Shawn Moore
sartak at bestpractical.com
Mon May 9 18:10:37 EDT 2011
The branch, 4.0/hide-simple-fulltext has been updated
via a7e43baf17b76e121d3098590f7471129f16c26a (commit)
from 6cf0d5e8d19b1511d89be92662f7361707e04d3b (commit)
Summary of changes:
share/html/Search/Simple.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit a7e43baf17b76e121d3098590f7471129f16c26a
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon May 9 18:10:26 2011 -0400
Don't know how I reverted this change
diff --git a/share/html/Search/Simple.html b/share/html/Search/Simple.html
index 0a7e06b..1e72ea5 100644
--- a/share/html/Search/Simple.html
+++ b/share/html/Search/Simple.html
@@ -58,7 +58,7 @@
% my $config = RT->Config->Get('FullTextSearch') || {};
% if ( $config->{'Enable'} ) {
-% if ( $config->{} ) {
+% if ( $config->{'Indexed'} ) {
<p><&|/l&>You can search for any word in full ticket history 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 by typing <b>fulltext:<i>word</i></b>.</&></p>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list