Open
Bug 515909
Opened 15 years ago
Updated 2 years ago
[faceted search]: Implement did you mean XXX ?
Categories
(Thunderbird :: Search, enhancement)
Thunderbird
Search
Tracking
(Not tracked)
NEW
People
(Reporter: Usul, Unassigned)
References
(Blocks 1 open bug)
Details
Say that I want to search for wayne but type wyane and end up in a no results page, it would be nice if the search page would tell me something like
"no results found for wyane, did you mean wayne?" and I could click on wayne and get my results.
Comment 1•15 years ago
|
||
We can do an edit-distance pass against contact names as in your example, but we can't really do it against things in the fulltext index.
Reporter | ||
Updated•15 years ago
|
Component: General → Search
QA Contact: general → search
Comment 2•15 years ago
|
||
Can we do spell checking on the search query text?
Search for "vancover"
/Did you mean _"vancouver"_?/
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•