Switch matchInfo to modern path
Change-Id: Iee347d3394aaaecc4731ae55aa2de129a98a1274
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index e37b0d8..31cefb6 100644
--- a/lib/Kalamar.pm
+++ b/lib/Kalamar.pm
@@ -8,7 +8,7 @@
use List::Util qw!none uniq!;
# Minor version - may be patched from package.json
-our $VERSION = '0.53';
+our $VERSION = '0.54';
# Supported version of Backend API
our $API_VERSION = '1.0';
diff --git a/lib/Kalamar/Controller/Search.pm b/lib/Kalamar/Controller/Search.pm
index a14cadc..2876c50 100644
--- a/lib/Kalamar/Controller/Search.pm
+++ b/lib/Kalamar/Controller/Search.pm
@@ -465,8 +465,7 @@
$c->stash('corpus_id'),
$c->stash('doc_id'),
$c->stash('text_id'),
- $c->stash('match_id'),
- 'matchInfo'
+ $c->stash('match_id')
))
);