#2 Cannot search for packages with a `-` in the name

Closed
opened 4 years ago by nuclearkev · 1 comments
There is no content yet.

This is due to Lua's string.find function being unable to find stuff with -${text}, where ${text} is some text after the -. You can, however, find stuff if you use %- instead. So I modified the search function to check for - and replace it with %-.

This is due to Lua's `string.find` function being unable to find stuff with `-${text}`, where ${text} is some text after the `-`. You can, however, find stuff if you use `%-` instead. So I modified the search function to check for `-` and replace it with `%-`.
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.