diff --git a/xq/site/restx_main.xq b/xq/site/restx_main.xq
index 8298da1..8053f68 100644
--- a/xq/site/restx_main.xq
+++ b/xq/site/restx_main.xq
@@ -244,7 +244,7 @@ declare %rest:path("search")
%output:html-version('5')
function site:search($pattern as xs:string?,
$text as xs:string?) {
- site:index('en')
+ site:search('en',$pattern,$text)
};
0
\ No newline at end of file
diff --git a/xsl/abaev2html.xsl b/xsl/abaev2html.xsl
index e4011b9..dcdaa2e 100644
--- a/xsl/abaev2html.xsl
+++ b/xsl/abaev2html.xsl
@@ -52,6 +52,7 @@
+
-
+
+