[Rt-commit] rt branch, 4.0/mysql-fts, updated. rt-4.0.0-223-g95254c0

Ruslan Zakirov ruz at bestpractical.com
Fri May 6 10:01:55 EDT 2011


The branch, 4.0/mysql-fts has been updated
       via  95254c056cec58450c5de36fb86d9ca704fb47a1 (commit)
      from  947f1c8ed08b86b7106fac2454184249947f2093 (commit)

Summary of changes:
 t/fts/indexed_mysql.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 95254c056cec58450c5de36fb86d9ca704fb47a1
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Fri May 6 18:00:38 2011 +0400

    no more Column option, but MaxMatches should be defined

diff --git a/t/fts/indexed_mysql.t b/t/fts/indexed_mysql.t
index 8542b0b..9909f94 100644
--- a/t/fts/indexed_mysql.t
+++ b/t/fts/indexed_mysql.t
@@ -16,7 +16,7 @@ plan skip_all => "No searchd and indexer under PATH"
 
 plan tests => 13;
 
-RT->Config->Set( FullTextSearch => Enable => 1, Indexed => 1, Column => 'Content', Table => 'AttachmentsIndex' );
+RT->Config->Set( FullTextSearch => Enable => 1, Indexed => 1, Table => 'AttachmentsIndex', MaxMatches => 1000 );
 
 setup_indexing();
 

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


More information about the Rt-commit mailing list