Skip to content

Show "No matches" empty state when search returns no results - #145

Merged
paroj merged 1 commit into
paroj:edgefrom
symonbaikov:fix/empty-search-results
May 30, 2026
Merged

Show "No matches" empty state when search returns no results#145
paroj merged 1 commit into
paroj:edgefrom
symonbaikov:fix/empty-search-results

Conversation

@symonbaikov

Copy link
Copy Markdown

Previously SearchFragment.done() installed a SearchAdapter unconditionally, so an empty SearchResult produced a blank screen with no feedback. Detect the empty case and route through the existing setEmpty() helper, reusing the localized search.no_match string.

Fixes #139

Previously SearchFragment.done() installed a SearchAdapter unconditionally,
so an empty SearchResult produced a blank screen with no feedback. Detect
the empty case and route through the existing setEmpty() helper, reusing
the localized search.no_match string.

Fixes paroj#139
@paroj
paroj merged commit 9a64f3e into paroj:edge May 30, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UX: Poor feedback when there are no search results

2 participants