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

Закриті
4 роки тому відкрито nuclearkev · 1 коментарів
Kevin "The Nuclear" Bloom відкоментовано 4 роки тому
Тут ще немає жодного вмісту.
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 учасників
Завантажується...
Скасувати
Зберегти
Тут ще немає жодного вмісту.