replayweb.page
replayweb.page copied to clipboard
[Feature Request] Display more than 25 results for full-text search
I recently archived a website where users can submit their own stories. Since each story is a separate HTML page, the full archive contains around 75,000 pages. The problem I've encountered when replaying this archive is that the list of search results is limited to the first 25 matches, so a generic search like "vampires", which would ordinarily yield hundreds of results, will only display 25 results at most. It would be neat if this number was configurable or could even be set to unlimited, with the results being paginated.
Edit: Just discovered that this number can be adjusted by changing this line of code. Setting it to something above 100 still works fine, because the results are already paginated (e.g. 100 are displayed at first, with the next 100 only being displayed after scrolling far enough).
Looks like this is still a thing that users are running into! Got an email today from somebody who wanted to search more than 25 things.... Even if more are loaded in the pages list, ReplayWeb.page will still only show a maximum of 25 items.