fix toindex
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 4 Jun 2008 01:59:21 +0000 (21:59 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 4 Jun 2008 01:59:21 +0000 (21:59 -0400)
IkiWiki/Plugin/search.pm

index a28d58a1d4b5403583d0cd5207f6c7bf2ada0183..3e3e9dfab2bc2a50480a33c92ac75ba276c5bc3d 100644 (file)
@@ -58,7 +58,7 @@ sub pagetemplate (@) { #{{{
 
 my %toindex;
 sub needsbuild ($) { #{{{
-       %toindex = map { $_ => 1 } @{shift()};
+       %toindex = map { pagename($_) => 1 } @{shift()};
 } #}}}
 
 sub filter (@) { #{{{