Forum Thread
Auction search
Forum-Index → Bug Reports → Resolved → Auction searchNo auction search results when already searching the auction and being on a different page
For example if you click the link below, scroll down and then click Search, you won't get any results.
Page 5
If you try it when being on the first page it will work since all the results are on the first page.
Page 1
Possible solve
File:
auction_search
Current HTML:
<form align="center" method="post">
<select name="auction_pkmn">...</select>
<br><br>
<input type="submit" value="Search">
</form>
Working HTML:
<form align="center" method="post" action="auction_search">
<select name="auction_pkmn">...</select>
<br><br>
<input type="submit" value="Search">
</form>