summaryrefslogtreecommitdiff
path: root/ikiwiki/website/tech.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki/website/tech.mdwn')
-rw-r--r--ikiwiki/website/tech.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/ikiwiki/website/tech.mdwn b/ikiwiki/website/tech.mdwn
index e7522cb..6f4dc04 100644
--- a/ikiwiki/website/tech.mdwn
+++ b/ikiwiki/website/tech.mdwn
@@ -92,6 +92,7 @@ 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
@@ -99,6 +100,7 @@ and different kinds of users (see also the [[introduction|website]]):
compass
{
rank=same
+ search_dummy
txt_stored
media_stored
tmpl_stored
@@ -109,7 +111,7 @@ 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 [style="invis"]
+ search_form -> search_db -> search_dummy [style="invis"]
search_db -> search_engine
search_db -> iki_engine [dir=back]