whosonfirst / whosonfirst-www-spelunker

A simple Flask-based spelunker for poking around Who's On First data
BSD 3-Clause "New" or "Revised" License
7 stars 9 forks source link

Records are not being refreshed/re-indexed in new pages #137

Closed stepps00 closed 5 years ago

stepps00 commented 6 years ago

The Spelunker is showing the same search results, regardless of what page you're on. For example, a search for "Egypt" yields 1,028 pages, but the same 50 results are displayed on each search result page.

First page: https://spelunker.whosonfirst.org/search/?q=Egypt Second page: https://spelunker.whosonfirst.org/search/?q=Egypt&page=2 Third page: https://spelunker.whosonfirst.org/search/?q=Egypt&page=3

stepps00 commented 6 years ago

Looks like this is still occurring..

/cc @thisisaaronland

stepps00 commented 5 years ago

The Spelunker was recently re-indexed, which fixed pagination issues.