Keep filter when clicking pager links
[phinde.git] / www / index.php
index 33adfb0ac6a20ed04ed6c635f7fe9c284ef1a10a..da7b27cacfe5e8facc643409c3e60f194fce4ab1 100644 (file)
@@ -98,7 +98,7 @@ $timeEnd = microtime(true);
 
 $pager = new Html_Pager(
     $res->hits->total, $perPage, $page + 1,
 
 $pager = new Html_Pager(
     $res->hits->total, $perPage, $page + 1,
-    $baseLink
+    buildLink($baseLink, $filters, null, null)
 );
 
 foreach ($res->hits->hits as &$hit) {
 );
 
 foreach ($res->hits->hits as &$hit) {