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
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