Closed Bug 904443 Opened 12 years ago Closed 12 years ago

Search result summary beginning is missing

Categories

(support.mozilla.org :: Search, defect, P1)

defect

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)

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: 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
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
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 → ---
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)
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)
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
Landed in master: https://github.com/mozilla/kitsune/commit/40a3e19 Pushed to prod now. Marking this as FIXED.
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
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
Depends on: 980607
You need to log in before you can comment on or make changes to this bug.