Closed
Bug 493616
Opened 17 years ago
Closed 17 years ago
Auto-complete for add-on names does not prompt for add-on-"A9"
Categories
(addons.mozilla.org Graveyard :: Collections, defect, P3)
addons.mozilla.org Graveyard
Collections
Tracking
(Not tracked)
VERIFIED
FIXED
5.0.6
People
(Reporter: krupa.mozbugs, Assigned: wenzel)
References
()
Details
Attachments
(1 file)
|
2.32 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
steps to reproduce:
1.Log into you add on account
2.Navigate to the collections home page
3.Click create a new collection
4.Enter name,description for the add-on.
5.Try to add A9 as one of the add-ons.
observed behavior:
auto-complete fails to look for A9.Unable to add this search tool to the collection
additional info:
Able to add other search tools to the collection.
Comment 1•17 years ago
|
||
iirc, this is because we have the search term word-length set to 3, no?
| Assignee | ||
Comment 2•17 years ago
|
||
I can confirm this; it is currently expected, though it may indeed be unpleasant.
Autocompletion (like anywhere else on the page) does not start before four characters are entered, in order to avoid excessive amounts of returned data.
A possible improvement for this would be exact matching for add-on names *under* four characters and only starting to match fuzzily once the text entered has four characters or more.
| Assignee | ||
Comment 3•17 years ago
|
||
(In reply to comment #1)
> iirc, this is because we have the search term word-length set to 3, no?
no, it's not using the full-text search. Also, the search-term word length is not 3. Didn't we remove it altogether? Or shorten it to 2? I don't remember...
Comment 4•17 years ago
|
||
> A possible improvement for this would be exact matching for add-on names
> *under* four characters and only starting to match fuzzily once the text
> entered has four characters or more.
This is a cool idea
Updated•17 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 5•17 years ago
|
||
This works for me as advertised. I didn't think matching on one letter only made sense, but 2 and 3 letters will be matched exactly now, followed by our regular fuzzy matching on 4+ letters.
Updated•17 years ago
|
Attachment #378628 -
Flags: review?(clouserw) → review+
| Assignee | ||
Comment 6•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: push-needed
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Updated•17 years ago
|
| Reporter | ||
Comment 7•17 years ago
|
||
This is not working for me.
Screencast :http://screencast.com/t/Vmo3rAPP
Am I missing something?
Reopening...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 8•17 years ago
|
||
Looks like this was fixed only for the manage/edit add-ons collections page (https://preview.addons.mozilla.org/en-US/firefox/collections/edit/8ece4ed1-6ee3-2468-fb92-0915ffd6465b#addons), not the Add functionality on
Comment 9•17 years ago
|
||
| Assignee | ||
Comment 10•17 years ago
|
||
(In reply to comment #8)
> Looks like this was fixed only for the manage/edit add-ons collections page
> not the Add functionality on
That's true, my bad :( I'll fix that. Sorry!
| Assignee | ||
Comment 11•17 years ago
|
||
Fixed in r26075.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Verified FIXED on https://preview.addons.mozilla.org/en-US/firefox/collections/add
Status: RESOLVED → VERIFIED
removing "push-needed" from 105 AMO 5.0.6 bugs; filter on "I hate stephend!"
Keywords: push-needed
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•