This repository was archived by the owner on Nov 17, 2017. It is now read-only.
This repository was archived by the owner on Nov 17, 2017. It is now read-only.
Improve search #19
Open
Description
Looking through the logs, there are a lot of failed searches with queries such as Match 123456
(this we should handle; can just extract numbers via regex to check for a match).
It seems a few people also use the search bar for searching tournament names, team names, and occasionally hero names. We have all of that data in the database (barring hero names, but that should be easy enough to do).
We should make all of that work some time.