diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 15:16:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 16:17:15 -0400 |
commit | 584f3e3061e8983e4caa328d7bc16fdeba849654 (patch) | |
tree | 4417efdf3ccd866c866ec9ab2cfd1faa030346cc /doc/bugs | |
parent | 1b46f52043aa6eff37da3677d7bdf11944b733ab (diff) | |
download | ikiwiki-584f3e3061e8983e4caa328d7bc16fdeba849654.tar ikiwiki-584f3e3061e8983e4caa328d7bc16fdeba849654.tar.gz |
Add a postscan hook.
* Add a postscan hook.
* search: Use postscan hook, avoid updating index when previewing.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/search_plugin_and_CGI_preview.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/search_plugin_and_CGI_preview.mdwn b/doc/bugs/search_plugin_and_CGI_preview.mdwn index 71577cd7c..eb602cd9d 100644 --- a/doc/bugs/search_plugin_and_CGI_preview.mdwn +++ b/doc/bugs/search_plugin_and_CGI_preview.mdwn @@ -15,3 +15,5 @@ the problem, of course. Making the indexing only happen on a real commit might also speed the Preview up a small amount. --Chapman Flack + +[[tag done]] |