Search now includes the bundle extension.
This commit is contained in:
@@ -391,7 +391,7 @@ class SearchViewController: NSViewController, NSTextFieldDelegate,
|
|||||||
if listIndex >= maxItems { break outerloop }
|
if listIndex >= maxItems { break outerloop }
|
||||||
let prog = path.value[i]
|
let prog = path.value[i]
|
||||||
|
|
||||||
if prog.name.lowercased()
|
if (prog.name.lowercased() + prog.ext)
|
||||||
.contains(searchInput.stringValue.lowercased())
|
.contains(searchInput.stringValue.lowercased())
|
||||||
{
|
{
|
||||||
programsList[listIndex].path = prog.path
|
programsList[listIndex].path = prog.path
|
||||||
|
|||||||
Reference in New Issue
Block a user