veiset / poe-vendor-string

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

Add regex entry for Unidentified Maps in generated map modifiers #174

Closed rntsza closed 5 days ago

rntsza commented 2 weeks ago

Adding new entry to the regexMapModifiersRegular tokens list for handling Unidentified Maps. The new entry includes the following details:

Currently, when using the regex, unidentified maps are matched by existing filters, even though they should not be selected. This change introduces a new filter specifically for unidentified maps, ensuring they are excluded from selection during processing. This addition prevents unintended behavior and improves the accuracy of the regex logic.

Example of Unidentified Map

veiset commented 5 days ago

Awesome! This is a nice way to add this. The file GeneratedMapModsRegular.ts is generated, so these changes will be overwritten once something changes.

veiset commented 5 days ago

I'll merge this, and fix it on the backend.