Throw out low-quality questions
Bug #1049376 reported by
Jorge Castro
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AskUbuntu Lens |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
While it's nice to have the entire content of questions available, I think in the scope of a help lens we should try to cut out some junk on behalf of the user.
While using the lens I notice that it returns everything on the site, while that can be useful, it also clutters the lens with less-than-ideal results. Some ideas:
- Just toss out any question with a 1 or a 0. The community selects the best content anyway, by setting a baseline of 2 (Which isn't hard for quality content), we automatically drop the junk.
- Strongly favor highly voted results?
Changed in askubuntu-lens: | |
milestone: | none → 2.0 |
status: | New → Fix Committed |
Changed in askubuntu-lens: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The API provides both the number of upvotes and number of downvotes a question has (not answers, though, as far as I know). Questions marked as closed are already filtered out, so it is certainly possible to filter out questions with a minimum score as well. The results could then be arranged by number of votes.
Also, are there any tags that should be excluded from searches? Are questions tagged as lubuntu or xubuntu, for example, going to be useful to someone who is clearly using ubuntu (and unity), or do we run the risk of excluding too many useful answers by removing them?