Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex search breaks completely after selecting a specific mod #11

Closed
CrazylikE opened this issue May 28, 2022 · 1 comment
Closed

Regex search breaks completely after selecting a specific mod #11

CrazylikE opened this issue May 28, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@CrazylikE
Copy link

CrazylikE commented May 28, 2022

I choose the following mods under "I don't want any of these mods":

  1. Players cannot Regenerate Life, Mana or Energy Shield
  2. -X% maximum Player Resistances
    Players have X% less Recovery Rate of Life and Energy Shield
  3. Players have X% reduced effect of Non-Curse Auras from Skills
  4. Players have X% reduced Chance to Block Players have X% less Armour

This makes my regex the following: "!ss r|m p|ege|non|loc"
This works, now only the maps with none of the above mods are highlighted.

Then when I add the following:

  1. Monsters gain X% of Maximum Life as Extra Maximum Energy Shield

My regex becomes: "!ss r|m p|ege|non|loc|m l"

When I paste that into the in-game tab search, nothing gets highlighted.

@veiset
Copy link
Owner

veiset commented May 29, 2022

Thanks for the report. 😁 I found the cause of the bug. The issue was that m l matched item level.

The issue should be fixed and the fix is live on the webpage. Let me know if you find any other issues!

@veiset veiset closed this as completed May 29, 2022
@veiset veiset added the bug Something isn't working label May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants