Added debugging, comments
diff --git a/lib/Kalamar/API.pm b/lib/Kalamar/API.pm
index 9b480f6..ab4cabe 100644
--- a/lib/Kalamar/API.pm
+++ b/lib/Kalamar/API.pm
@@ -10,6 +10,8 @@
# TODO: Support search in corpus and virtualcollection
# TODO: Support caching everywhere!
# TODO: Correct use of stash info everywhere!
+# TODO: Alot is now underneath "meta"
+
# Register the plugin
sub register {
diff --git a/templates/query.html.ep b/templates/query.html.ep
index 9b796f3..a25a5e5 100644
--- a/templates/query.html.ep
+++ b/templates/query.html.ep
@@ -5,5 +5,5 @@
% end
<pre>
-%== Mojo::JSON::encode_json(search->api_response)
+%== search->api_response
</pre>