diff --git a/itemcontroller.lua b/itemcontroller.lua index 1d8e4ed..e11584f 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -571,7 +571,7 @@ local PAGES = { else totalCount = totalCount + 1 local name = stack:getSimpleName() - return matchFilter(state.filter, name) or (name:find(":") ~= nil and matchFilter(state.filter, stack:getName())) + return matchFilter(pageState.filter, name) or (name:find(":") ~= nil and matchFilter(pageState.filter, stack:getName())) end end)) totalCount = emptyCount + totalCount