projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44fde6c
)
fix toindex
author
Joey Hess
<joey@kodama.kitenet.net>
Wed, 4 Jun 2008 01:59:21 +0000
(21:59 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Wed, 4 Jun 2008 01:59:21 +0000
(21:59 -0400)
IkiWiki/Plugin/search.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/search.pm
b/IkiWiki/Plugin/search.pm
index a28d58a1d4b5403583d0cd5207f6c7bf2ada0183..3e3e9dfab2bc2a50480a33c92ac75ba276c5bc3d 100644
(file)
--- a/
IkiWiki/Plugin/search.pm
+++ b/
IkiWiki/Plugin/search.pm
@@
-58,7
+58,7
@@
sub pagetemplate (@) { #{{{
my %toindex;
sub needsbuild ($) { #{{{
- %toindex = map {
$_
=> 1 } @{shift()};
+ %toindex = map {
pagename($_)
=> 1 } @{shift()};
} #}}}
sub filter (@) { #{{{