Open
Bug 123788
Opened 23 years ago
Updated 15 years ago
quicksearch should be all-words-as-substrings, not phrase
Categories
(SeaMonkey :: MailNews: Message Display, enhancement)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
Mail quicksearch should use a all-words-as-substrings search (like bugzilla
quicksearch). That way, if I type the name of a sender and get too many hits,
I can quickly append a subject word to the search, and vice-versa.
Comment 1•23 years ago
|
||
Very good idea!
Comment 2•23 years ago
|
||
Agreed. CC'ing jglick.
Comment 4•23 years ago
|
||
adding self to cc list
Comment 5•22 years ago
|
||
This bug cannot be fixed before we have nested boolean logic. For example, with
this bug fixed, if you search for "Fred birthday", it would expand to the
following expression:
(((Subject contains Fred) or (Sender contains Fred)) and ((Subject contains
birthday) or (Sender contains birthday)))
Depends on: 59821
Updated•22 years ago
|
OS: Windows 98 → All
Hardware: PC → All
Comment 6•22 years ago
|
||
What about having the field be a regex, perhaps if it was prefixed with a / or
something,
then you wouldn't need it to be heirarcical. It could just be (Subject contains
/(fred|birthday)/) or (Sender contains /(fred|birthday)/)
Although, I spose that is nested really too isn't it? :)
Either way, this would be, "A nice thing"
Cheers,
Karl P
Updated•20 years ago
|
Product: Browser → Seamonkey
Updated•20 years ago
|
Assignee: sspitzer → mail
Comment 8•19 years ago
|
||
*** Bug 248650 has been marked as a duplicate of this bug. ***
Component: MailNews: Search → MailNews: Message Display
QA Contact: laurel → search
Updated•16 years ago
|
Assignee: mail → nobody
QA Contact: search → message-display
Comment 9•16 years ago
|
||
Are there any plans to implement this for TB3?
Implementing this RFE would significantly increase Thunderbird's search power.
Even more so if combined with Bug 462578 (TB3 Thunderbird Quicksearch should have "Subject, Contact (=From, To or CC)" option). Accordingly, all comments in this bug were very positive that this would be a great thing to have...
And supposing that GLODA (global database for storing a meta layer of email information) is there for a reason...?
With current "all words as phrase"-search pattern, it is very hard if not impossible to narraw down your search results to what you are actually looking for. Having filtered all emails from (and to) one contact (which might still be tens or hundreds of hits), how am I supposed to go on from there and find that email with the right subject?
Comment 10•15 years ago
|
||
Ping!
Implementing this bug for TB3 now makes even more sense as it would make the quick filters behaviour more similar to "Search all messages" behaviour (which is similar to what this bug wants, find mail from Peter with subject "holiday" by searching for "Peter holiday").
Comment 11•15 years ago
|
||
Filed Thunderbird equivalent Bug 522985 - [TB] Power Filter: Quick Search should filter for all-words-as-substrings, not phrase (aka Filter Revolution, faceted filter)
You need to log in
before you can comment on or make changes to this bug.
Description
•