Garulf / Epic-Games-Store-Launcher

Launch your Epic Game Store games
0 stars 0 forks source link

Fuzzy search is too fuzzy #4

Open red9350 opened 2 years ago

red9350 commented 2 years ago

As per the following screenshot, I typed "just caus" but the results are unexpected: it's showing "Transistor", "Subnautica" etc...

image

This becomes a problem when I have both Steam and Epic search without a keyword assigned ( * ) and trying to search "Portal" (Steam game) shows unrelated results. I forced this behaviour in the following screenshot by setting the keyword as "epic" just for this example

image

Garulf commented 2 years ago

Most plugins are built to show ALL results with the best matches at the top. But as you point out this behavior can be noisy. I can add a score threshold that's user adjustable in settings.

Garulf commented 2 years ago

@red9350 Added a score threshold and an option to not show all games when the query is blank. https://github.com/Garulf/Epic-Games-Store-Launcher/releases/tag/v1.1.0

You can wait for the store to detect the update and update by typing: pm update Epic Games Store Launcher

or you can install manually: pm install https://github.com/Garulf/Epic-Games-Store-Launcher/releases/download/v1.1.0/Epic-Games-Store-Launcher.zip

image

red9350 commented 2 years ago

Whoa, you were fast! Thanks