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 Apr 24, 2020. It is now read-only.
Kyle J. Kemp edited this page Oct 14, 2015
·
1 revision
The searching capabilities on each table (player, event, tournament) support some pretty neat functionality. At their base level, you can filter by any field in the table. However, you can filter down by multiple criteria also! For example:
if you wanted to find all of the Smash 4 players in Neverland, you could type in: Smash 4, Neverland.
if you wanted to find all of the Soul Calibur players that play Talim, you could type in: Soul Calibur, Talim.
It may also support numeric operators in the future, so you could search by score > 1, too.