I wish i'd remememered this tiny change before 4.2.1 - without it, I can't even begin to add non-filesystem search backends.
--- lib/TWiki/Store/RcsFile.pm (revision 17334)
+++ lib/TWiki/Store/RcsFile.pm (working copy)
@@ -331,7 +331,7 @@
no strict 'refs';
return &{$this->{searchFn}}($searchString, $topics, $options,
- $sDir, $TWiki::sandbox);
+ $sDir, $TWiki::sandbox, $this->{web});
use strict 'refs';
}
and pass on scope from TWiki::Search.
--
TWiki:Main/SvenDowideit
- 06 Aug 2008
added experimental Search backend to
SearchEngineKinoSearchAddOn - will need more work to see how far it can go, but boy it can be fast.
--
TWiki:Main.SvenDowideit
- 06 Aug 2008