Fix item name search filter
This commit is contained in:
parent
a0a5829d84
commit
798c3e4993
@ -494,7 +494,7 @@ local PAGES = {
|
||||
return false
|
||||
else
|
||||
local name = stack:getSimpleName()
|
||||
return matchFilter(pageState.filter, name) or (name:find(":") ~= nil and matchFilter(pageState.filter, stack:getName()))
|
||||
return matchFilter(pageState.filter, name) or (pageState.filter:find(":") ~= nil and matchFilter(pageState.filter, stack:getName()))
|
||||
end
|
||||
end))
|
||||
table.sort(pageState.stacks, SORT_MODE[pageState.sortMode])
|
||||
|
Loading…
x
Reference in New Issue
Block a user