Log In
Ghost Weather Castform Don't have an account yet? Register now!
.

Forum Thread

Auction search

Forum-Index Bugs/Complaints Solved Auction search
SwampFall
OFFLINE
Trainerlevel: 59

Forum Posts: 604
Posted: Tue, 13/02/2018 19:14 (6 Years ago)
Bug
No 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">
&nbsp; &nbsp; <select name="auction_pkmn">...</select>
&nbsp; &nbsp; <br><br>
&nbsp; &nbsp; <input type="submit" value="Search">
</form>

Working HTML:
<form align="center" method="post" action="auction_search">
&nbsp; &nbsp; <select name="auction_pkmn">...</select>
&nbsp; &nbsp; <br><br>
&nbsp; &nbsp; <input type="submit" value="Search">
</form>
Riako
OFFLINE
Trainerlevel: 69

Forum Posts: 2,604
Posted: Tue, 20/02/2018 11:49 (6 Years ago)
Fixed!

Thanks for the detailed investigation & report :)