rozq / nsa

0 stars 0 forks source link

Search result shows blank but with a real foundset #44

Closed rozq closed 7 years ago

rozq commented 7 years ago

it happens when clicking the filter links from quite latter paginated pages

rozq commented 7 years ago

This is because of the skip parameter. Added

if ($skip>$foundCount) {
  $skip = 0;
}