mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #141] Android App - Search for notifications #118
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Copephobia on GitHub (Feb 11, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/141
I would like to be able to search through my notifications for the specified search term(s).
I am envisioning two searching methods:
@binwiederhier commented on GitHub (Feb 13, 2022):
I don't hate the idea; the UI would be a little tricky I think, but searching the small SQLite db should be easy enough.
@skibbipl commented on GitHub (Apr 5, 2023):
I would also chime in for search ability in web version. Recently I needed to search for one specific alert and I was surprised there is not such option.
@freefd commented on GitHub (Sep 3, 2024):
The WA is to load as many messages as possible by pressing and holding the PgDown button on the selected topic and then use the browser's built-in search functionality.
However, still can't search in the Android app, and thus it's still impossible completely switch from an app like Telegram to the incredible Ntfy app 😞
@StoyanYonkov commented on GitHub (Jan 18, 2026):
Being able to search in the Android App would be awesome.
@binwiederhier commented on GitHub (Jan 25, 2026):
I am working on the first part of this ticket ("searching within a topic") right now. The second part is a little more complicated, because we need a new view.
@binwiederhier commented on GitHub (Feb 1, 2026):
I don't think I want to implement the "search across topics" for now.