fixed online html generation

This commit is contained in:
Oleg Belyaev 2025-03-30 00:21:27 +03:00
parent 117dead94a
commit e635581228
2 changed files with 4 additions and 2 deletions

View file

@ -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