veiset / poe-vendor-string

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

Regex Filter Map Pack Size and Quantity is broken. #155

Closed 8Times closed 3 months ago

8Times commented 3 months ago

Pack Size of at least 25% will result in "iz.*([2-9].|1..)%".

All that filter does is to check if it is at least 20% and up to 199% which is not precise enough and irritating.

What I rather expect is something along this way: "iz.*(2[5-9]|[3-9].)%"

The "2[5-9]" signifies that it should be atleast 25-29% while "[3-9]." includes values from 30-99%. As of now there is no way to roll beyond 99% pack size and if the pack size chisel are being used the filter won't work anyway because of the second pack size line that will show up on the item.

As for Map Quantity I can't think of any nice solution that won't increase the length dramatically.

veiset commented 3 months ago

You can click the "optimize pack size value" if you want it to be more precise at the cost of query space:

bilde

bilde