isearch/commit

Fix menu-link in default setup

authorJan Wielemaker
Sun Nov 7 16:04:22 2010 +0100
committerJan Wielemaker
Sun Nov 7 16:04:22 2010 +0100
commitf8d89b543785e69583680e03004378756e0dac3c
treedee25e578e85cd0013862b522c09b714ad5815ae
parentaf14d75a5bdb12191d7a5840cfab9ea13cb47592
Diff style: patch stat
diff --git a/applications/isearch.pl b/applications/isearch.pl
index eb57aa5..51da503 100644
--- a/applications/isearch.pl
+++ b/applications/isearch.pl
@@ -55,7 +55,7 @@
 :- setting(search:logo, atom, '',
 	   'Img shown as a logo on the page').
 
-:- http_handler(root(isearch), http_interactive_search, []).
+:- http_handler(root(isearch), http_interactive_search, [id(isearch)]).
 
 %%	http_interactive_search(+Request)
 %
diff --git a/config-available/isearch.pl b/config-available/isearch.pl
index 8259725..573e7ab 100644
--- a/config-available/isearch.pl
+++ b/config-available/isearch.pl
@@ -10,7 +10,7 @@ browsing.
 @author Michiel Hildebrand
 */
 
-cliopatria:menu_item(250=query/search,  'Search').
+cliopatria:menu_item(250=query/isearch,  'Search').