Fix: Apply this patch:
--- twiki/branches/Patch04x01/lib/TWiki/Store/RcsFile.pm 2007-02-13 11:42:36 UTC (rev 12854)
+++ twiki/branches/Patch04x01/lib/TWiki/Store/RcsFile.pm 2007-02-13 11:43:06 UTC (rev 12855)
@@ -358,7 +358,7 @@
TOKEN => $searchString,
FILES => \@set);
foreach my $match ( split( /\r?\n/, $matches )) {
- if( $match =~ m/([^\/]*)\.txt(:(.*))?$/ ) {
+ if( $match =~ m/([^\/\\]*)\.txt(:(.*))?$/ ) {
push( @{$seen->{$1}}, $3 );
}
}
See
TWiki:Codev.HowToApplyPatch
I tried to update
TWiki:Codev/TWikiForWindowsPersonal
from TWiki 4.0.5 to TWiki 4.1.
WebSearch and
WebChanges is now broken
Notice the issues:
- Link label is
\twiki\twiki\data\Main\WebLeftBar
instead of just WebLeftBar
- Link URL is
/cgi-bin/view.pl/Main/\twiki\twiki\data\Main\WebLeftBar
instead of /cgi-bin/view.pl/Main/twiki/twiki/data/Main/WebLeftBar
(backslash vs forward slash issue)
- Wrong date
- Topic summary is missing
TWikiForWindowsPersonal is using IndigoPerl Version 2005.02 (Feb 26 2005)
Also reported by two other people at
TWiki:Support/TestSearchResultsBadFormat
--
TWiki:Main/PeterThoeny
- 12 Feb 2007
I'm experiencing same behavior as Peter when doing text searches.
My system:
- TWiki 4.1.1
- IndigoPerl Version 2005.02
- RCSLite
- GnuWin32 grep v.2.5.1
--
TWiki:Main.BillLay
- 13 Feb 2007
See
Item3573 for the cause and effect analysis.
--
TWiki:Main.CrawfordCurrie
- 13 Feb 2007
Closed with release of 4.1.2
KJL