Slash-commands not looking for exact match on link name #138
Labels
Difficulty/1:Easy
Easy ticket
Hacktoberfest
Help Wanted
Community help wanted
Tech/Go
Type/Bug
Something isn't working
Up For Grabs
Ready for help from the community. Removed when someone volunteers
Verified in 1.2.1: The /autolink commands does not look fot the exact link name when you try to manipulate links. This makes it impossible to manipulate some links.
Example:
/autolink add testA
This is fine.
/autolink add testA2
Also fine.
/autolink set testA Pattern 123456789
returns:
"testA" matched more than one link: ["testA" "testA2"]
As a result you have to remove link testA2 in order to manipulate testA.
Correct behaviour would be to only look for a exact match.
The text was updated successfully, but these errors were encountered: