It would be nice to be able to filter the Radio Statios list. The header in the radio stations view has "Radio Stations" a gap and then a + button to add new stations. The edit-find-symbolic icon would go to the left of the add button and then show a filter bar to the left of it where users can type and the radio station list is filtered as they type.
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/734
Git commit 8cb777efcfb2a9728e2a277d50a0bf84473be562 by Nate Graham, on behalf of Mikhail Mezyakov. Committed on 11/01/2026 at 16:41. Pushed by ngraham into branch 'master'. Add search/filter bar to Radio Stations view Currently there's no search button in the Radio Stations view. Additionally, there was a bug where if you opened the search bar in another view, it would remain visible in the Radio Stations view but wouldn't work. This adds proper search functionality that filters radio stations by name. FIXED-IN: 26.04.0 M +15 -0 src/models/abstractmediaproxymodel.cpp M +10 -0 src/models/abstractmediaproxymodel.h M +2 -1 src/models/datamodel.cpp M +7 -0 src/models/gridviewproxymodel.cpp M +5 -4 src/qml/NavigationActionBar.qml https://invent.kde.org/multimedia/elisa/-/commit/8cb777efcfb2a9728e2a277d50a0bf84473be562