[Rt-commit] rt branch, 4.0/hide-simple-fulltext, updated. rt-4.0.0-182-g6cf0d5e

Shawn Moore sartak at bestpractical.com
Mon May 9 18:02:27 EDT 2011


The branch, 4.0/hide-simple-fulltext has been updated
       via  6cf0d5e8d19b1511d89be92662f7361707e04d3b (commit)
      from  a262092e8648c18008e1a71a37ad4757ffee9168 (commit)

Summary of changes:
 share/html/Search/Simple.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 6cf0d5e8d19b1511d89be92662f7361707e04d3b
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon May 9 18:02:06 2011 -0400

    Remove duplicate "for any word"

diff --git a/share/html/Search/Simple.html b/share/html/Search/Simple.html
index 7b34a49..0a7e06b 100644
--- a/share/html/Search/Simple.html
+++ b/share/html/Search/Simple.html
@@ -58,10 +58,10 @@
 
 % 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>
+% if ( $config->{} ) {
+<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 for any word by typing <b>fulltext:<i>word</i></b>.</&></p>
+<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