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

Gesloten
4 jaren geleden werd geopend door nuclearkev · 1 opmerkingen
Er is nog geen inhoud.

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.
Geen label
Geen mijlpaal
Geen verantwoordelijke
1 deelnemers
Laden...
Annuleren
Opslaan
Er is nog geen inhoud.