commit | fd49baba4775306f2c61b3b77aaf503c037ab750 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Sep 30 08:42:28 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Wed Sep 30 08:42:28 2020 +0200 |
tree | 2bf30533e9be86cd9457ab506173f7387c26958b | |
parent | 9adf2ccf529c82f2aaea0d27b7bc28eb11c75b82 [diff] |
Forward 'pipes' instead of 'pipe' Change-Id: I644251327e66052fe1753fe2584395fc1ddb2d1e
diff --git a/lib/Kalamar/Controller/Search.pm b/lib/Kalamar/Controller/Search.pm index 6f4d431..b602bec 100644 --- a/lib/Kalamar/Controller/Search.pm +++ b/lib/Kalamar/Controller/Search.pm
@@ -111,7 +111,9 @@ # Forward pipe if ($v->param('pipe')) { - $query{pipe} = $v->param('pipe'); + + # Temporary, as this is not agreed among the services yet + $query{pipes} = $v->param('pipe'); }; $c->stash(items_per_page => $items_per_page);