web commit by http://gmcmanus.myopenid.com/: search: create configuration once only...
authorJoey Hess <joey@kitenet.net>
Mon, 7 Jul 2008 04:57:39 +0000 (00:57 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 7 Jul 2008 04:57:39 +0000 (00:57 -0400)
doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn b/doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn
new file mode 100644 (file)
index 0000000..780593a
--- /dev/null
@@ -0,0 +1,7 @@
+Currently, if ikiwiki is rebuilding then search.pm will (wastefully)
+create its configuration files every time it indexes a file.
+
+[This patch](http://gmcmanus.org/0001-search-generate-configuration-files-once-only-when.patch)
+ensures the configuration files are created only once.
+
+--Gabriel