[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.5-126-gbb19e53
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Sep 21 19:58:36 EDT 2009
The branch, 3.8-trunk has been updated
via bb19e53335ed77feb83fc298e0535925cf59a169 (commit)
from 13964004233eaa3eddcb224f756d7f6f65ea396c (commit)
Summary of changes:
lib/RT/Search/Googleish.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit bb19e53335ed77feb83fc298e0535925cf59a169
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Sep 22 07:58:28 2009 +0800
typo fix
diff --git a/lib/RT/Search/Googleish.pm b/lib/RT/Search/Googleish.pm
index b3717c1..07e1904 100644
--- a/lib/RT/Search/Googleish.pm
+++ b/lib/RT/Search/Googleish.pm
@@ -96,7 +96,7 @@ sub QueryToSQL {
my $query = shift || $self->Argument;
my @keywords = grep length, map { s/^\s+//; s/\s+$//; $_ }
- split /((?:fultext:)?$re_delim|\s+)/o, $query;
+ split /((?:fulltext:)?$re_delim|\s+)/o, $query;
my (
@tql_clauses, @owner_clauses, @queue_clauses,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list