Nils Diewald | f2e02a9 | 2014-11-12 18:31:05 +0000 | [diff] [blame] | 1 | % use Mojo::JSON; |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 2 | |
Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame] | 3 | %= javascript begin |
Nils Diewald | 845282c | 2015-05-14 07:53:03 +0000 | [diff] [blame] | 4 | KorAP.currentQuery = <%== Mojo::JSON::encode_json(search->query_jsonld) %>; |
Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame] | 5 | % end |
Akron | f55504a | 2015-06-18 16:42:55 +0200 | [diff] [blame] | 6 | |
7 | <pre> | ||||
Akron | f809da2 | 2015-06-18 22:08:19 +0200 | [diff] [blame^] | 8 | %== search->api_response |
Akron | f55504a | 2015-06-18 16:42:55 +0200 | [diff] [blame] | 9 | </pre> |