We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I choose the following mods under "I don't want any of these mods":
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:
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.
The text was updated successfully, but these errors were encountered:
Thanks for the report. 😁 I found the cause of the bug. The issue was that m l matched item level.
m l
item level
The issue should be fixed and the fix is live on the webpage. Let me know if you find any other issues!
Sorry, something went wrong.
No branches or pull requests
I choose the following mods under "I don't want any of these mods":
Players have X% less Recovery Rate of Life and Energy Shield
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:
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.
The text was updated successfully, but these errors were encountered: