-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔎📄👤 Search message body #8050
Comments
Glad to see there is already an issue opened, it is indeed pretty standard. The app improved greatly lately though, thanks for that ! Hoping to see this implemented soon. |
Agreed, came to point this out also. Right now, search is pretty bad since you need to know the subject to have a shot at finding anything, really. This applies both to the global search (at least the email section in the global search) and the search inside the mail app itself. Arguably, if you just enter a search term it should search all text anywhere probably even including headers in my opinion. Then you could optionally limit the choices in the targeted search UI. My workaround for now is firing up another webmail solution entirely (SOGO) whenever I need to search. But yeah, just entering a search term should find that in any text in any mail imo, unless you specify you want to search just a subsection like topic or sender. |
I've studied the code a bit. The app does have capabilities to contact IMAP for body search. Right now the search bar always sends off a search for a subject match only. E.g. if you enter "test" in the search input, a request with "subject:test" is sent. This is also documented at #6546 (comment). |
Just adding my interest in seeing this feature added. I love all the Nextcloud integration, the design is clean, in general I really love this webmail client but unfortunately with the search in the state it's in, my organization can't rely on it. Would much prefer to use this client than any other, but we really need a more robust search feature for that to be feasible. Would it help if there was a bounty on this feature? I'd contribute for sure. |
We don't use bounties |
Sender/recipient is searched since #8645 |
Is your feature request related to a problem? Please describe.
If I enter a search phrase in the search box of a folder, only the message subjects are searched.
Describe the solution you'd like
Option 1: Automatically also search within the message body and the sender emails adresses.
Option 2: Under filter, provide a checkbox for search message body and senders.
Describe alternatives you've considered
Solution can be combined with #8030
Additional context
It would be very nice to have this feature, as it is standard in other mail clients.
Thank you very much :)
The text was updated successfully, but these errors were encountered: