Closed
Bug 904443
Opened 12 years ago
Closed 12 years ago
Search result summary beginning is missing
Categories
(support.mozilla.org :: Search, defect, P1)
support.mozilla.org
Search
Tracking
(Not tracked)
RESOLVED
FIXED
2013Q3
People
(Reporter: scoobidiver, Assigned: willkg)
References
Details
(Keywords: regression, Whiteboard: u=user c=search p=1 s=2013.16)
Since the landing of bug 900869, the search result summary beginning is missing.
See https://support.mozilla.org/en-US/search?product=firefox&q=firefox or https://support.mozilla.org/en-US/search?product=firefox&q=load
Comment 1•12 years ago
|
||
Yep, we used to show the full search summmary before the highlighting change for l10n.
Priority: -- → P1
Whiteboard: u=user c=search p= s=2013.16
Target Milestone: --- → 2013Q3
| Assignee | ||
Comment 2•12 years ago
|
||
In a PR: https://github.com/mozilla/kitsune/pull/1560
Landed in master in: https://github.com/mozilla/kitsune/commit/0d3abb4
Pushed to prod just now.
Assignee: nobody → willkg
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: u=user c=search p= s=2013.16 → u=user c=search p=0 s=2013.16
| Reporter | ||
Comment 3•12 years ago
|
||
Thanks for the quick fix.
Verified with the two examples of comment 0 for article and question results.
For forum threads, results display the full thread. It should have been restricted to the first post. See https://support.mozilla.org/en-US/search?q=article&forum=3&a=1&w=4
| Assignee | ||
Comment 4•12 years ago
|
||
Rrrr... I hate this search code so much.
I'll have to look into why it's not working for the contributor forum searches.
Reopening for that.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•12 years ago
|
||
So, the problem here is that until recently, we weren't doing any highlights/excerpts for contributor forum search results. Contributor forums are different than the other two groups, so we've got a few options:
1. don't show any excerpts at all -- this returns us to where we were a month ago
2. show only the first post in a contributor forum thread highlighted
3. rewrite the search view so I can do the highlighting stuff separately since there's no way anyone can do a search that includes contributor forum results and any other mapping type
Of those, I can do the first one under the auspices of this bug since it's an easy fix. That returns us to where things were at a month ago. For the other two options, we'd need to spin off a new bug because they're essentially new work and both are non-trivial.
Since the number of contributor forum searches is pretty low (per Ibai's data a few months ago), I think option 2 is probably the way to go. It's like 2 points worth of work.
Alternatively, since no one does contributor forum searches, maybe it's fine to leave it as it is now?
Kadir: Any preferences?
Flags: needinfo?(a.topal)
Comment 6•12 years ago
|
||
Let's go with 1. Volume of threads and number of searches are far too low to justify spending much time on this, but showing whole posts makes it hard to skim search results. Thanks, Will!
Flags: needinfo?(a.topal)
| Assignee | ||
Comment 7•12 years ago
|
||
I decided option 1 sucks. So I spent some time looking at the code and figured out another way to do it.
In a PR: https://github.com/mozilla/kitsune/pull/1569
| Assignee | ||
Comment 8•12 years ago
|
||
Landed in master: https://github.com/mozilla/kitsune/commit/40a3e19
Pushed to prod now.
Marking this as FIXED.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 9•12 years ago
|
||
Changing this to be a 1 point bug since I ended up spending more time on it than I originally expected.
Whiteboard: u=user c=search p=0 s=2013.16 → u=user c=search p=1 s=2013.16
You need to log in
before you can comment on or make changes to this bug.
Description
•