Closed Bug 532988 Opened 15 years ago Closed 14 years ago

Mac-specific search lists addon not supported on MAC

Categories

(addons.mozilla.org Graveyard :: Search, defect, P3)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: krupa.mozbugs, Assigned: davedash)

References

()

Details

steps to reproduce:
1.In the advanced search panel select platform-MACOSX and hit enter
2.Notice the add-ons in the search results

expected results:
Add-ons not supported on MAC are not listed

actual result:
The first search result is the add-on "Qute" which is not supported on MACOSX

screencast:
http://screencast.com/t/MzA2Y2NiM
Blocks: 528383
We should only index the latest version of the add-ons in the search.
Severity: major → normal
Priority: -- → P3
Target Milestone: 5.5 → 5.6
Maybe related to 532309.
Target Milestone: 5.6 → 4.x (triaged)
The issue in both this bug and bug 532309 seems to be that we index all versions of an add-on for compatibility, but the user is confused when they get results that don't seem to support what they're looking for.

We should:
* by default, only consider the latest version of the add-on in results
* add a checkbox in Advanced Search that says "Include old versions that fit this criteria" which, when checked, considers all versions
* in SERPs, if the matching version is an old version, the install button should be a link to the "old versions" page of the add-on and indicate the newest old version that matches.
Blocks: 532309
(In reply to comment #3)
> The issue in both this bug and bug 532309 seems to be that we index all
> versions of an add-on for compatibility, but the user is confused when they get
> results that don't seem to support what they're looking for.
> 
> We should:
> * by default, only consider the latest version of the add-on in results
> * add a checkbox in Advanced Search that says "Include old versions that fit
> this criteria" which, when checked, considers all versions
> * in SERPs, if the matching version is an old version, the install button
> should be a link to the "old versions" page of the add-on and indicate the
> newest old version that matches.

Yes, we should consider only the latest version.

No, we should not add an extra checkbox.

Adding an extra checkbox complicates and already complicated UI.  Secondly we'd have to come up with a lot of extra document fields in the search index based on whether this checkbox is checked or not and a lot of business logic to choose which fields based on what checkbox.

Unless there's a huge demand from our users to support this, I'd say we keep search simple.

The use case of a user looking for some archived addon seems a bit edge-casey.  We should also not put efforts into making obsolete things discoverable.

Onward and upward.
Summary: Mac specific search lists addon not supported on MAC → Mac-specific search lists addon not supported on MAC
Target Milestone: 4.x (triaged) → 5.11
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.