phenom4n4n / phen-cogs

My public cogs for Red, Discord bot.
https://phen-cogs.readthedocs.io/en/latest/
MIT License
120 stars 71 forks source link

[tags] search commands #100

Closed npc203 closed 3 years ago

npc203 commented 3 years ago

This PR adds one backend method and 2 command methods (tag search and tag global search) to search tags. It searches name,aliases and tagscript, each having equal weight to the final score (Probably need some tweaking to change this behaviour).

The PR uses rapidfuzz, a dep which comes bootstrapped with Red. Let me know what ya think

npc203 commented 3 years ago

Whoopsie, looks like rapidfuzz isn't bootstrapped with red, so chugged it in as a dep as discussed, my bad