summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-08-02 11:01:06 +0200
committerJonas Smedegaard <dr@jones.dk>2012-08-02 11:01:06 +0200
commit506c02e52ef438b41b0f2a0994dae0c54606ec60 (patch)
tree0b11984fb4c59f8f0e08b0008d9d35fa0e418d4d
parent3dff472f035334613d3b1a4c05e2191297b3930c (diff)
Improve relationships between search objects.
-rw-r--r--ikiwiki/website/tech.mdwn7
1 files changed, 2 insertions, 5 deletions
diff --git a/ikiwiki/website/tech.mdwn b/ikiwiki/website/tech.mdwn
index 6f4dc04..8b5a56e 100644
--- a/ikiwiki/website/tech.mdwn
+++ b/ikiwiki/website/tech.mdwn
@@ -92,7 +92,6 @@ and different kinds of users (see also the [[introduction|website]]):
vcs_txt
fs
search_db
- search_dummy [style="invis"]
txt_stored
tmpl_stored
css_stored
@@ -100,7 +99,6 @@ and different kinds of users (see also the [[introduction|website]]):
compass
{
rank=same
- search_dummy
txt_stored
media_stored
tmpl_stored
@@ -111,9 +109,8 @@ and different kinds of users (see also the [[introduction|website]]):
/* paths */
reader -> search_query -> browser_reader -> search_form -> search_engine -> webpages_searchresult
- search_form -> search_db -> search_dummy [style="invis"]
- search_db -> search_engine
- search_db -> iki_engine [dir=back]
+ search_db -> search_engine [dir=both]
+ search_engine -> iki_engine [dir=back]
editor -> txt_editor -> browser_editor -> txt_form -> vcs_txt -> txt_stored -> iki_engine -> webpages
iki_engine -> webpages_alt