git.cweiske.de
/
phinde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d0eb20
)
Keep filter when clicking pager links
author
Christian Weiske
<
[email protected]
>
Wed, 26 Jul 2017 13:03:58 +0000
(15:03 +0200)
committer
Christian Weiske
<
[email protected]
>
Wed, 26 Jul 2017 13:03:58 +0000
(15:03 +0200)
Resolves: https://github.com/cweiske/phinde/issues/33
www/index.php
patch
|
blob
|
history
diff --git
a/www/index.php
b/www/index.php
index 33adfb0ac6a20ed04ed6c635f7fe9c284ef1a10a..da7b27cacfe5e8facc643409c3e60f194fce4ab1 100644
(file)
--- 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) {