summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-02-17 21:31:23 +0100
committerJonas Smedegaard <dr@jones.dk>2008-02-17 21:31:23 +0100
commit6de19bf92c92cdf6cd4327b16d29ce8b5a0a012c (patch)
tree9d62603cf25094980828b63b048449e134e46d51
parent9104b0c088c63ab0da3c0ccc467bc57d541fcda5 (diff)
Move ranking up to clustering: they are mutually exclusive.
-rw-r--r--ikisystem.mdwn9
1 files changed, 4 insertions, 5 deletions
diff --git a/ikisystem.mdwn b/ikisystem.mdwn
index 25eedd0..c2aeb60 100644
--- a/ikisystem.mdwn
+++ b/ikisystem.mdwn
@@ -31,6 +31,10 @@ and different kinds of users:
vcs_txt_local
fs_local
}
+ {rank=same; txt_form search_form}
+ {rank=same; search_db vcs_txt vcs_tmpl fs}
+ {rank=same; search_query txt media tmpl}
+ {rank=same; webpages webpages_admin webpages_searchresult}
search_query [shape=plaintext, label="Search query"]
txt [shape=plaintext, label="Markdown text"]
@@ -72,10 +76,5 @@ and different kinds of users:
fs_local -> fs [dir=both]
fs -> media -> iki_engine
-
- {rank=same; search_db vcs_txt vcs_tmpl fs}
- {rank=same; search_query txt media tmpl}
- {rank=same; txt_form search_form}
- {rank=same; webpages webpages_admin webpages_searchresult}
}
"""]]