Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Introducing the New Autocomplete Search System

Original title: Search Autocomplete

A topic by leafo created Dec 14, 2023 Views: 505 Replies: 3
Viewing posts 1 to 3
Admin (6 edits) (+3)

We’re rolling out a new search system based around autocompletion. It’s now available on most pages. Simply start typing in the search bar at the top of the page to see the results roll in.

image.png

We took several factors into consideration when designing this system:

  • Search queries generally fall into one of two categories: “Topic” searches and “Direct match” searches, and we wanted to address both cases:
    • A “Topic” search is when a user is looking for a collection of content related to a specific topic. In our context, this means results that have a specific tag. We’ve made tags prominent in the autocomplete experience, hoping this will encourage users to directly explore tag pages, thereby discovering a broader range of content. We found that with our existing system, users would search for a tag (eg. “low-poly”) and be presented with a confusing set of results that contained the tag name in the title, and not pages that use that tag.
    • A “Direct match” search is when a user is seeking something specific, and they already know its name. Given that itch.io is an open publishing platform where anyone can create a page with any title at any time, we need to be cautious about incorrect results appearing when someone is searching for something specific. (We also want to prevent bad actors from using similar titles to popular works to capitalize on the traffic). To address this, we’ve decided to index only the top 1000 pages, along with any pages featured by our staff. This collection of pages is constantly updated. The autocomplete system will, in most cases, allow users to directly access the page they’re looking for, bypassing a full search results page that may display a large amount of unrelated content.
  • Game jams: Our existing full results page doesn’t currently support finding game jams. While we plan to add this feature in the future, we thought it would be a good time to introduce a system to look up jams by title in the autocomplete search. Currently, we’re indexing any featured jams happening within a two-week window of the current date. We may expand this list as we gather more usage data.
  • Performance: Each letter typed triggers a new query. To ensure the fastest response time without overloading our server, we generate a single index of autocomplete eligible content that is not personalized to the viewing user. Your account-specific content viewing settings do not apply. Pages are only eligible for indexing if they would ordinarily appear on our discovery pages, such as /games, without any special filters applied.
  • Alternate spellings, usernames, etc.: Eligible pages for results are indexed in various ways to facilitate easier page discovery. For instance, in addition to the title, both Jams and Games are indexed by the author’s name, enabling you to find the page even if that’s the only information you possess. Tag pages may have tag aliases (e.g., “fnf” refers to Friday Night Funkin), so a search for “fnf” will still guide you to the relevant tag.

We hope you find this feature useful. If you have suggestions for other types of pages you’d like to see in the autocomplete results, please leave a comment. If your game doesn’t appear in the autocomplete results, don’t worry. The full search results page will always be available to help users find content that may not be suggested as they type.

(+3)

You can't search for tags that are not in the drop down list of the tag box. If I search for banana, I will not find a collection of the 170 games tagged banana, but only games with banana in their title.

Maybe consider renaming the search result from "tags" to "suggested tags" or other means of clarification to the casual user. Calling it tags might imply that the search bar can exhaustivly search tags. It can't. Also the text in the tag search box is kinda misleading. It reads select a tag, while in truth you can write in any tag, not only the selectable. Took me several months to realize that.

Same for the results of projects, they could read suggested projects or similar, to imply that those results are not exhaustive. It is a shortcut for the x most relevant things, I know that, because I read this post. But will a new user intuitively grap this. I saw threads opened in communty because people did not understand why they cannot find certain things (like tags) in the search box, not realizing that there are two search boxes and that tagging a thing is not enough, they must write the thing in their description.

That's very cool :) 

but i have a suggestion when searching , what about separating categories like if someone search for a game assets he should find only game assets, if he searched music he will only find music , that would be so great if you can add this leafo; I don't know how hard it is to implement but i think it's the one of best feature you can add, i think.

Admin(+3)

Thanks for the feedback. This particular topic is about the autocomplete feature. We have plans to revamp the full search page, including sorting and filtering functionality seen on our regular browse page, but that will come at another time.