Rejected Add a replays searching by Pokemon filter

Status
Not open for further replies.

Shaymin Sky

The Sword of Origin? You're going to end it all?!
is a Community Contributor
This is by far the most requested feature by content creators and it's not even remotely close. It would make the process of finding replays way easier than going through every page 1 by 1 clicking every battle. As someone who makes videos for myself Freezai and a few others, finding relevant replays can legitimately take hours. This feature quite literally would save everyone 10's of hours over time, and iirc there was a Pokemon Showdown tweet regarding suggestions for the replay revamp a while back and this was by far the most requested thing (tweet isn't up anymore it looks though).

This is definitely a big want for many casual and competitive players as well who wanna see how a Pokemon is used especially in high ladder (theoretically you can do search by rating + pokemon), something that allows you to search for a Pokemon's replays in a tier is just extremely convenient and for more than just these reasons. I'm really knowledgeable on how the replay search code works yet, so I'm not sure how realistic this would be since I don't know how Pokemon data is tracked, but hopefully it's in the realm of possibility.
 
This is not terribly realistic. We don't store Pokemon data independently or searchably - it's only existent in the protocol lines in the replay logs - so any implementation would essentially be full-text search, which we previously removed for performance reasons. Any implementation would require parsing out all that data separately, and doing so for every replay in existence, which is far outside the realm of something we're actually going to do.
 
This is actually already implemented, but it turns out that the thresholds involved to make perf make any sort of sense are insane. We get so many replay uploads that we can only search the past 15 or so minutes without straining the database server, which is not enough to find any of the more obscure pokemon, moves, or abilities I try to search for.
 
Status
Not open for further replies.
Back
Top