This commit is contained in:
2025-07-15 17:18:53 +09:00
parent 0f77c9cf10
commit 81e4c77644
6 changed files with 11 additions and 6 deletions
@@ -214,7 +214,7 @@ class SearchVM : ViewModel(), KoinComponent {
if (query.isEmpty()) {
val hiddenItemKeys = if (!filters.hiddenItems) {
searchableRepository.getKeys(
maxVisibility = VisibilityLevel.SearchOnly,
maxVisibility = VisibilityLevel.Hidden,
includeTypes = listOf("app"),
)
} else {