Closed
Bug 765376
Opened 13 years ago
Closed 13 years ago
advanced search for questions and sortby replies is broken
Categories
(support.mozilla.org :: Search, defect, P1)
support.mozilla.org
Search
Tracking
(Not tracked)
RESOLVED
FIXED
2012.11
People
(Reporter: willkg, Assigned: willkg)
Details
(Whiteboard: u=contributor c=search p=1)
If you do an Advanced Search for Questions and sort by replies, the ES search view code is broken and this kicks up an error. The problem is that the last SORTBY_QUESTION has it sort by '-replies', but that's not an index field. The correct field is 'questions_num_answers'.
Putting this in the 2012.11 sprint and making it a 1 pointer since it's an easy 5 lines fix (create a SORTBY_QUESTIONS_ES with the correct field names and use that in the ES code).
| Assignee | ||
Comment 1•13 years ago
|
||
Landed in master in https://github.com/mozilla/kitsune/commit/3c5aee6d83be19f9929785adce8ca51c1980f463 .
| Assignee | ||
Comment 2•13 years ago
|
||
Pushed to production just now.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•