Closed
Bug 767606
Opened 12 years ago
Closed 10 years ago
Don't show duplicate results in App lookup
Categories
(Marketplace Graveyard :: Admin Tools, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: krupa.mozbugs, Unassigned)
References
()
Details
(Whiteboard: p=2)
Attachments
(1 file)
(deleted),
image/png
|
Details |
steps to reproduce:
1. Load https://marketplace-dev.allizom.org/en-US/account-lookup/
2. Search for "element" under App lookup and notice the auto-complete or search suggestions.
observed behavior:
The same result is listed multiple times (id=7364). See screenshot.
Updated•12 years ago
|
Updated•12 years ago
|
Priority: -- → P3
Comment 1•12 years ago
|
||
The reason is each of those is another translation record in the translations table. The query seems to be explicitly breaking those out into separate results.
I can flatten this, but I'm curious what the original intention was? Do we want non-English searches or results?
Comment 2•12 years ago
|
||
If I don't have an English result, I'd want the other languages to show up, yeah. This was on purpose. We shouldn't show the same app more than once though, but we want to query all translations records.
Updated•12 years ago
|
Updated•12 years ago
|
Assignee: nobody → amckay
Updated•12 years ago
|
Whiteboard: p=2
Comment 4•12 years ago
|
||
points added (commenting to clear needinfo request)
Flags: needinfo?(amckay)
Updated•11 years ago
|
Assignee: amckay → nobody
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Resolution: WORKSFORME → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•