Open michaelhiiva opened 3 years ago
Currently the AGAGD requires a search to be in a specific format such as: [lastname], [firstname], [lastname] or [id].
[lastname], [firstname]
[lastname]
The search should be able to handle other criteria like: "tournaments," "games vs," "by firstname" and other advanced searches.
Related #241.
Search by ID seems broken - https://agagd.usgo.org/search/?q=14460 gives me a 500 in production
Summary of the Bug
Currently the AGAGD requires a search to be in a specific format such as:
[lastname], [firstname]
,[lastname]
or [id].The Expected Behaviour
The search should be able to handle other criteria like: "tournaments," "games vs," "by firstname" and other advanced searches.