(Text=~'foo') AND (Text=~'bar')fixed by this patch
--- lib/TWiki/Contrib/DBCacheContrib/Search.pm (revision 11414) +++ lib/TWiki/Contrib/DBCacheContrib/Search.pm (working copy) @@ -154,7 +154,7 @@ push( @opands, $1 ); } elsif ( $string =~ s/^\s*([\w\.]+)//o ) { push( @opands, $1 ); - } elsif ( $string =~ s/\s*\(//o ) { + } elsif ( $string =~ s/^\s*\(//o ) { my $oa; ( $oa, $string ) = _parse( $string ); push( @opands, $oa );
ItemTemplate | |
---|---|
Summary | DBCacheContrib: not able to parse search queries with multiple bracket pairs |
ReportedBy |
TWiki:Main.MichaelDaum![]() |
Codebase | |
SVN Range | TWiki-4.1-beta1, Tue, 29 Aug 2006, build 11384 |
AppliesTo | Extension |
Component | DBCacheContrib |
Priority | Normal |
CurrentState | Closed |
WaitingFor | |
Checkins | 11416 |
TargetRelease | n/a |