Started vc integration in frontend
diff --git a/templates/partial/header.html.ep b/templates/partial/header.html.ep
index a090b76..f714af8 100644
--- a/templates/partial/header.html.ep
+++ b/templates/partial/header.html.ep
@@ -13,11 +13,10 @@
<button type="submit" title="<%= loc 'go' %>"><span><%= loc 'go' %></span></button>
</div>
<!-- Search in the following virtual collection -->
- <!--
<div id="vc-view"></div>
- <%= loc 'in' %> <input type="hidden" id="vc-name" name="vc-name" value="Wikipedia" />
- <input type="text" name="vc" id="vc" value="corpusID = Wikipedia" />
- -->
+ <%= loc 'in' %> <input type="hidden" id="vc-name" name="vc-name" value="<%= stash('vc-name') %>" />
+ <input type="text" name="vc" id="vc" value="<%= stash 'vc-query' %>" />
+
<%= loc 'with' %>
<span class="select">
%= select_field 'ql', [[Poliqarp => 'poliqarp'], ['Cosmas II' => 'cosmas2'], ['Annis' => 'annis'], ['CQL v1.2' => 'cql']], id => 'ql-field'
diff --git a/templates/search.html.ep b/templates/search.html.ep
index a0e26b6..20353d0 100644
--- a/templates/search.html.ep
+++ b/templates/search.html.ep
@@ -1,4 +1,5 @@
% layout 'main', title => loc('searchtitle', q => search->query, ql => search->query_language);
+% use Mojo::JSON 'encode_json';
<div class="resultinfo">
<div id="pagination"><%= pagination(search->start_page, search->total_pages, url_with->query(['p' => '{page}'])) =%></div>
@@ -16,6 +17,13 @@
% };
</div>
+% if (search->collection_jsonld) {
+%= javascript begin
+KorAP.currentVC = <%== encode_json search->collection_jsonld %>;
+% end
+% };
+
+
% if (search->total_results != 0 && search->results->size) {
<div id="search">
<ol class="align-left">