loot / loot.github.io

The website and meta issue tracker.
https://loot.github.io
GNU General Public License v3.0
12 stars 9 forks source link

Improve Masterlist Search regex matching #98

Closed sibir-ine closed 2 years ago

sibir-ine commented 2 years ago

Reported in Discord

@WrinklyNinja#2573, the Masterlist Search doesn't seems to parse regex plugins with special regex characters in the extension as regex plugins. For example, if I look up PRP.esp in the Fallout4 masterlist, P(PF|RP.*)\.es[mp] isn't found even though they match. However, if I enter P(PF|RP.*)\.es[mp], it matches as if it weren't treated as a regex plugin.