You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: