Closed
Bug 966690
Opened 12 years ago
Closed 12 years ago
fuzzy search on tags
Categories
(Marketplace Graveyard :: Search, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
2014-02-11
People
(Reporter: robhudson, Assigned: robhudson)
Details
(Whiteboard: [incorrect_implementation])
5 of the top 10 missed searches are misspellings of whatsapp. If we fuzzy search the tag field we will catch these and return results as if the user typed them correctly.
| Assignee | ||
Comment 1•12 years ago
|
||
https://github.com/mozilla/zamboni/commit/1301451
To verify:
Create an app and add a tag to it. Verify that a single word search query that is misspelled by 1 or 2 edit distances finds the app. (e.g. "whatsupp" should find an app tagged "whatsapp" b/c "u"->"a" is a single edit distance away).
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
Verified as fixed : http://screencast.com/t/zhwEh8tXb
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Whiteboard: [incorrect_implementation]
You need to log in
before you can comment on or make changes to this bug.
Description
•