#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 участников
Загрузка...
Отмена
Сохранить
Пока нет содержимого.