mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-03-12 05:31:09 +00:00
disable SEF pagination on search request
This commit is contained in:
parent
63f6b87982
commit
7be863ce84
@ -69,7 +69,7 @@ foreach ($db->getData($ns, $tx, $query, $limit, PAGE_LIMIT) as $value) {
|
||||
];
|
||||
}
|
||||
|
||||
if (SEF_MODE) {
|
||||
if (SEF_MODE && !$query) {
|
||||
|
||||
if (in_array($page, [0, 1])) {
|
||||
$newer = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user