[Rt-commit] rt branch, 4.0/document-all-config-options, updated. rt-4.0.0rc6-149-ge4d227b

Kevin Falcone falcone at bestpractical.com
Wed Mar 23 15:57:59 EDT 2011


The branch, 4.0/document-all-config-options has been updated
       via  e4d227b08996432e0dfda3e5a788befe21cc1d9d (commit)
      from  7bbf1e18046495cc65545b4a8eb323ca118ab90c (commit)

Summary of changes:
 etc/RT_Config.pm.in |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit e4d227b08996432e0dfda3e5a788befe21cc1d9d
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Mar 23 15:46:43 2011 -0400

    Be clearer about what the DontSearch*Attachments config options affect

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index f086486..c59ccbe 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1191,9 +1191,10 @@ Set(%FullTextSearch,
 
 =item C<$DontSearchFileAttachments>
 
+This refers to F<sbin/rt-setup-fulltext-index>.
+
 If C<$DontSearchFileAttachments> is set to 1, then uploaded files
-(attachments with file names) are not searched during full-content
-ticket searches.
+(attachments with file names) are not indexed.
 
 =cut
 
@@ -1201,8 +1202,13 @@ Set($DontSearchFileAttachments, undef);
 
 =item C<$DontSearchBinaryAttachments>
 
+This refers to F<sbin/rt-setup-fulltext-index>.
+
+By default, text attachments are always indexed, and a known set of
+binary attachments are always skipped.
+
 If C<$DontSearchBinaryAttachments> is set to 1, then unrecognized binary
-data types will not be searched during full-content ticket searches.
+data types will not be indexed.
 
 =cut
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list