]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/patchqueue/make-searchform-template.mdwn
response
[git.ikiwiki.info.git] / doc / patchqueue / make-searchform-template.mdwn
index aac5a144a4b46ce73c8e01a0d7e1da3dcf43d690..97a8b7e11c2dafcfa8d22fcdf37c71b36c883b69 100644 (file)
@@ -5,4 +5,9 @@ http://jameswestby.net/scratch/search_template.diff
 I wanted this so I could add a label to it easily.
 
 I don't really think there's a problem with doing it except that it makes it
-more easy to break the search box.
\ No newline at end of file
+more easy to break the search box.
+
+       Thanks for the patch. The only problem I see is that the template
+       is identical but gets rebuilt per-page. Would probably be better to
+       build it only the first time, then reuse the rendered text for all
+       further pages, to avoid slowing ikiwiki down any. --[[Joey]]