diff --git a/controller.xq b/controller.xq index 86707fcf..5d990115 100644 --- a/controller.xq +++ b/controller.xq @@ -222,7 +222,7 @@ else if ($exist:resource eq 'execute') then - + @@ -240,15 +240,15 @@ else if ($local:method = 'get' and starts-with($exist:path, '/results/')) then -else if ($local:method = 'get' and $exist:resource eq "outline") then +else if ($local:method = 'post' and $exist:resource eq "outline") then let $query := request:get-parameter("qu", ()) let $base := request:get-parameter("base", ()) - return + return - + - +