This swaps out downloading the full ~10MB ISteamApps/GetAppList for using the Community SearchApps query (used on steamcommunity.com for Hub search). This'll be much faster than previously, especially when hasTypeOverlap is reimplemented (#133?) so all APIs are not called.
This returns fuzzy results (half life vs half-life) and no DLC/soundtracks (fixes #83). Also updates some URLs to https.
This swaps out downloading the full ~10MB
ISteamApps/GetAppList
for using the CommunitySearchApps
query (used on steamcommunity.com for Hub search). This'll be much faster than previously, especially whenhasTypeOverlap
is reimplemented (#133?) so all APIs are not called.This returns fuzzy results (
half life
vshalf-life
) and no DLC/soundtracks (fixes #83). Also updates some URLs tohttps
.