Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
7650eaacbdae0363e083d368014c33118658883b
/
.
/
templates
/
query.html.ep
blob: fa9980cc0035c92040f34c93d741c9c38d59b724 [
file
] [
log
] [
blame
]
%
use
Mojo
::
JSON
'encode_json'
;
%
if
(
stash
(
'api_response'
))
{
%=
javascript
begin
%
my
$kq_hash
=
stash
(
'api_response'
);
%
$kq_hash
->{
matches
}
=
[
"..."
];
KorAP
.
koralQuery
=
<%=
b
(
encode_json
(
$kq_hash
))->
decode
%>;
%
end
%
};