From a13a2967349d63044d655bdb3e85b5f4df155c94 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 26 Jul 2017 15:03:58 +0200 Subject: [PATCH] Keep filter when clicking pager links Resolves: https://github.com/cweiske/phinde/issues/33 --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2