exile-center / better-trading

QoL improvements for the official PathOfExile trading site.
30 stars 6 forks source link

[Request] Add tilda "~" on mod search #92

Closed quanton-dev closed 1 year ago

quanton-dev commented 2 years ago

Adding tilda "~" on trade search would be good. this can be made as toggle option. It would make it superb

pboutin commented 2 years ago

I don't see how that one could be done, and I've wanted it for a long time. The trade site doesn't use regular <select>, they rely on 100% custom components that are driven by their own app. My extension, from the scope where its running, wouldn't have access to this kind of stuff.

Naabi57 commented 2 years ago

Isn't this possible to replicate ? https://github.com/JonasRock/POETradeFuzzySearch/blob/master/extension/fuzzySearch.js

pboutin commented 2 years ago

Oh, didn't knew the fuzzy searching was natively supported for mods, thought it was only available for items name :O