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

クローズ
4 年 前nuclearkev によって開かれました · 1 コメント
Kevin "The Nuclear" Bloom4 年 前 にコメントしました
まだコンテンツがありません
Kevin "The Nuclear" Bloom4 年 前 にコメントしました
ポスター

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 `%-`.
nuclearkev 4 年 前 に閉じられました
会話に参加するには サインイン してください。
ラベルなし
マイルストーンなし
担当者なし
1 参加者
読み込み中…
キャンセル
保存
まだコンテンツがありません