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

Затворени
отворен преди 4 години от nuclearkev · 1 коментара
Все още няма съдържание.
Kevin "The Nuclear" Bloom коментира преди 4 години
Участник

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 `%-`.
Впишете се за да се присъедините към разговора.
Няма етикет
Няма етап
Няма изпълнител
1 участника
Зареждане...
Отказ
Запис
Все още няма съдържание.