Closed
Bug 1081489
Opened 11 years ago
Closed 11 years ago
Don't allow our own search to index questions marked as spam
Categories
(support.mozilla.org :: Search, defect, P1)
support.mozilla.org
Search
Tracking
(Not tracked)
RESOLVED
FIXED
2014Q4
People
(Reporter: philipp, Assigned: rrosario)
Details
(Whiteboard: u=user c=search p=1 s=2014.20)
Attachments
(1 file)
211.51 KB,
image/png
|
Details |
at the moment, questions marked as spam are still showing up in search results on SUMO instead of being removed from the search index - for example see this query: https://support.mozilla.org/en-US/search?q=season&num_voted=0&num_votes=&asked_by=&answered_by=&q_tags=&created=0&created_date=&updated=0&updated_date=&sortby=0&a=1&w=2#support
Reporter | ||
Comment 1•11 years ago
|
||
edit: this only happens through the advanced search, so probably it isn't that big of a problem...
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•11 years ago
|
||
I also get spam results in the AAQ process:
https://support.mozilla.org/en-US/questions/new/desktop/other?search=season#summarize-question
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
not good
Priority: -- → P1
Whiteboard: u=user c=search p=1 s=2014.21
Target Milestone: --- → 2014Q4
Comment 5•11 years ago
|
||
Maybe hide threads marked as spam behind a hidden is_spam parameter that defaults to -1 (no;don't care;yes) when absent and that only works for moderators.
That would still make it possible to search for such threads or the OP that has created them.
Normal visitors shouldn't be able to find such threads.
See also:
https://support.mozilla.org/en-US/forums/contributors/710806?page=2
Assignee | ||
Comment 6•11 years ago
|
||
I'll take a look. Moving into current sprint.
Assignee: nobody → rrosario
Whiteboard: u=user c=search p=1 s=2014.21 → u=user c=search p=1 s=2014.20
Assignee | ||
Comment 7•11 years ago
|
||
In a pull request:
https://github.com/mozilla/kitsune/pull/2213
Assignee | ||
Comment 8•11 years ago
|
||
Assignee | ||
Comment 9•11 years ago
|
||
Deployed to prod.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 10•10 years ago
|
||
(In reply to Cor vL (cor-el) from comment #5)
> Maybe hide threads marked as spam behind a hidden is_spam parameter that
> defaults to -1 (no;don't care;yes) when absent and that only works for
> moderators.
> That would still make it possible to search for such threads or the OP that
> has created them.
> Normal visitors shouldn't be able to find such threads.
>
(Cor-el? Ricky?) Could you file a new bug on allowing moderators to find threads marked as spam?
Moderators used to be able to review the "questions" of a deactivated user from the link to the user's profile, either in forum threads or in https://support.mozilla.org/en-US/users/deactivation_log
This is no longer possible (the search results are empty) if the question has been marked as spam. You also can't find any results with Advanced Search, either by searching on the username or the thread content.
Here's a moderators forum thread containing some examples of deactivated users and thread links, if anyone wants to test this:
https://support.mozilla.org/en-US/forums/forum-moderators/710832
You need to log in
before you can comment on or make changes to this bug.
Description
•