Closed
Bug 644859
Opened 15 years ago
Closed 14 years ago
Search doesn't find questions tagged with OS names
Categories
(support.mozilla.org :: Search, defect, P3)
support.mozilla.org
Search
Tracking
(Not tracked)
RESOLVED
FIXED
2012.12
People
(Reporter: cww, Assigned: willkg)
References
Details
(Whiteboard: u=contributor c=search p=1)
https://support.mozilla.com/en-US/search?q=&is_locked=0&num_voted=0&num_votes=&asked_by=&answered_by=&q_tags=Mac+OS+X+10.6&created=2&created_date=03%2F20%2F2011&updated=0&updated_date=&sortby=3&a=1&w=2
and
https://support.mozilla.com/en-US/search?q=&is_locked=0&num_voted=0&num_votes=&asked_by=&answered_by=&q_tags=Windows+7&created=2&created_date=03%2F20%2F2011&updated=0&updated_date=&sortby=3&a=1&w=2
return nothing
I expect them to return questions from those OSes.
| Assignee | ||
Comment 2•14 years ago
|
||
Doing a search for the tag "Windows", brings up things tagged with "Windows", but doing a search for "Windows 7" brings up nothing.
I looked into this and what's going on is that the code is splitting the tags on white space characters. So a search for "Windows 7" creates two tag filters: one for Windows and one for 7.
Given the directions in the Advanced Search page, I think that's wrong and it should be splitting on commas.
That's pretty easy to fix.
Sticking it in the 2012.12 milestone since I'm fiddling in that code anyhow.
OS: Mac OS X → All
Priority: -- → P3
Hardware: x86 → All
Target Milestone: --- → 2012.12
| Assignee | ||
Comment 3•14 years ago
|
||
In a pull request: https://github.com/mozilla/kitsune/pull/681
| Assignee | ||
Comment 4•14 years ago
|
||
| Assignee | ||
Comment 6•14 years ago
|
||
Pushed to production just now.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: u=contributor c=search p=1
You need to log in
before you can comment on or make changes to this bug.
Description
•