• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

e.g.

(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
Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r5 - 2006-09-20 - MichaelDaum
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback