Imagine you visit itch.io for the first time because you heard there are a lot of cool games on there.
How it currently is:
- You type in "strategy" in the top search bar and hit Enter.
- You scroll through the 60 results to the bottom of the page.
- "Hmm, there really aren't that much strategy games on itch.io." You close the website.
How it should be:
- You type in "strategy" in the top search bar and hit Enter.
- You can continue scrolling and more results will load in until you find an awesome game. (there are 40000 games tagged with 'strategy')
After asking in the forums I now know that the top search bar on itch.io is only for the first 60 exact game name matches. Now this might make sense from an implementation point of view, since exact name matches probably require a special algorithm. But how should users know this and why should they care? They want to scroll and discover more games.
An easy way to improve this would be to load the 60 magic results first. Once the user has scrolled to the bottom continue loading in generic search results. Maybe the same ones a user would see when searching for a tag in the "Browse" page.
Or maybe at least show a button at the bottom that links to the "Browse" page so users can continue their journey. Something like: "Didn't find what you're looking for? Try browsing for the Tag(link)"