From: Christian Weiske Date: Wed, 26 Jul 2017 13:03:58 +0000 (+0200) Subject: Keep filter when clicking pager links X-Git-Url: https://git.cweiske.de/phinde.git/commitdiff_plain/a13a2967349d63044d655bdb3e85b5f4df155c94 Keep filter when clicking pager links Resolves: https://github.com/cweiske/phinde/issues/33 --- diff --git a/www/index.php b/www/index.php index 33adfb0..da7b27c 100644 --- a/www/index.php +++ b/www/index.php @@ -98,7 +98,7 @@ $timeEnd = microtime(true); $pager = new Html_Pager( $res->hits->total, $perPage, $page + 1, - $baseLink + buildLink($baseLink, $filters, null, null) ); foreach ($res->hits->hits as &$hit) {