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
The search index can be built up during the server-side update for the client to download. A simple inverted index should do the trick, probably there are libraries for that.
The search algorithm itself must run on the client side (JavaScript), because the frontend is serverless. Implementing AJAX would require some sort of script (e.g., PHP) on the server side to reply
Finally, a frontend presenting the search results is needed.
Vouch for this, would be awesome for players to search themselves in the stats website rather than having to go through the server list (if they are not the firsts in any awards)
A search bar could ease up navigating the site by indexing awards, player names, maybe UUIDs and more.
The text was updated successfully, but these errors were encountered: