stevin05 / CraftScan

MIT License
5 stars 2 forks source link

Need more powerful keyword matching #15

Open stevin05 opened 1 month ago

stevin05 commented 1 month ago

With partial KP trees in TWW, I'm getting a lot of false positives. Need to support multi-word keywords like "pvp boots", and maybe throw some regex style support in there.

stevin05 commented 1 month ago

Partially fixed by now matching the longest keyword instead of the first found. The gets 'boots' vs 'pvp boots' working correctly, which was my main gripe. Might still add regex support in the future, so keeping this open.