Closed
Bug 928302
Opened 11 years ago
Closed 11 years ago
[Search] Redirect shows up in results
Categories
(developer.mozilla.org Graveyard :: Search, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: teoli, Assigned: jezdez)
References
Details
Attachments
(1 file)
195.62 KB,
image/png
|
Details |
Go to home page
Type 'flexible' and hit return
The first and third results are redirect.
In some case we even get several redirects to the same pages!
Updated•11 years ago
|
Comment 2•11 years ago
|
||
Can we get some sample URL's that show redirects in search results?
Flags: needinfo?(jypenator)
Reporter | ||
Comment 3•11 years ago
|
||
Sure:
https://developer.mozilla.org/en-US/search?q=animation
https://developer.mozilla.org/en-US/search?q=menu
https://developer.mozilla.org/en-US/search?q=flexbox
If you need more needinfo? me :-)
Flags: needinfo?(jypenator)
Comment 4•11 years ago
|
||
Cool, thanks. I re-indexed locally and all of these searches correctly filter out redirects, so I think we just need to reindex on production. I'll do that after I fix bug 929373
Updated•11 years ago
|
Assignee: nobody → lcrouch
Assignee | ||
Updated•11 years ago
|
Assignee: lcrouch → jezdez
Comment 5•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/d8ce6fc87c3cd82c3cfa8a0173e22fecee989433
fix bug 928302, 929373, 931412 - Check if the search index entry of a wiki document should really be updated during saving or deleting.
This fixes the problem of accidentally indexing wiki documents which
aren't supposed to be index when saving or deleting them.
https://github.com/mozilla/kuma/commit/334a8cee56d8947fab213ce2a02424f7c346fb1d
Merge pull request #1631 from jezdez/improved-indexables-928302
fix bug 928302, 929373, 931412 - Check if the search index entry of a wiki document should really be updated during saving or deleting.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•