Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
f55504add58337323827fc1dc6c61b66d86568b8
/
.
/
templates
/
query.html.ep
blob: 9b796f3ce7a3190782ada0ad3433ac4a0a731840 [
file
] [
log
] [
blame
]
%
use
Mojo
::
JSON
;
%=
javascript
begin
KorAP
.
currentQuery
=
<%==
Mojo
::
JSON
::
encode_json
(
search
->
query_jsonld
)
%>;
%
end
<pre>
%==
Mojo
::
JSON
::
encode_json
(
search
->
api_response
)
</
pre
>