aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/different_search_engine.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-12 17:13:02 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-12 17:13:02 -0400
commit80a110ad60f172395916276507bde29d482e0819 (patch)
treeb2f485c22611cb8cbacacbbf5b38a711c932ff2e /doc/todo/different_search_engine.mdwn
parentf867b6b9b6afe591e671970fbab533e8d98b78cb (diff)
downloadikiwiki-80a110ad60f172395916276507bde29d482e0819.tar
ikiwiki-80a110ad60f172395916276507bde29d482e0819.tar.gz
update
Diffstat (limited to 'doc/todo/different_search_engine.mdwn')
-rw-r--r--doc/todo/different_search_engine.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo/different_search_engine.mdwn b/doc/todo/different_search_engine.mdwn
index a6364b432..81ca47547 100644
--- a/doc/todo/different_search_engine.mdwn
+++ b/doc/todo/different_search_engine.mdwn
@@ -67,7 +67,8 @@ built, every inlined item will get each hook run. And so a naive hook would
index each of those items, even though none of them have necessarily
changed. Date stamps are one possibility. Another would be to avoid having
the hook not do any indexing when `%preprocessing` is set (Ikiwiki.pm would
-need to expose that variable.)
+need to expose that variable.) Another approach would be to use a
+needsbuild hook and only index the pages that are being built.
#### cgi