veiset / poe-vendor-string

Path of Exile Vendor Search tool
61 stars 17 forks source link

Support for regex search on map modifiers (paste regex to highlight mods) #110

Closed md3848 closed 11 months ago

md3848 commented 11 months ago

hi again :) I have a regex (for example, my friend gave it to me or I found it on the internet), now I want to see what mods this regex contains, please add this feature to the site; so that I can enter the regex to the site and see all the information of that regex (exactly the opposite of what your site is doing now)

regex ---> information A|B|C|D ----> AAAA, BBBB, CCCC, DDDD

veiset commented 11 months ago

This requires a lot of work, and to rewrite big parts of the webpage, especially for the vendor section, so I won't implement this I'm afraid. The map section is easier to reverse.

md3848 commented 11 months ago

ye i need this feture only for map mods :)

veiset commented 11 months ago

Would it be good enough to be able to paste the regex in to the search bar, and the mods would be filtered in the result? Because I think I can make that happen reasonable easy.

md3848 commented 11 months ago

Yes, that's enough

veiset commented 11 months ago

image

This is live now. Let me know if there are any issues.

You can copy any regex generated from the map mods page in to the search bar, and it should display the selected mods.

It also works if you've selected mods in either selection:

image

md3848 commented 11 months ago

tyvm sir.