Follow up work to T303013
Background
Typeahead Search results do not handle redirects properly.
User story
As a searcher I want to get the relevant content to my search.
Requirements
- When matched_title is different from title a redirect qualifier is shown per design e..g https://en.wikipedia.org/w/rest.php/v1/search/title?q=Corn&limit=10
- When the normalized title is the same e.g. different casing the redirect qualifier is not shown (e.g. Tale of two cities). For the sake of simplicity: Remove spaces and dashes from the title and the redirect and lowercase both
- The URL should include the anchor where present. For example searching for TRANSIENT should link to https://en.wikipedia.org/wiki/ECHELON#Confirmation_of_ECHELON_(2015)
BDD
- For QA engineer to fill out
Test Steps
- For QA engineer to fill out
Design
Sometimes we should indicate that the search result is a redirect, for example:
However sometimes we should not indicate that the search result is a redirect because it would be redundant, for example:
Acceptance criteria
- Add acceptance criteria
Communication criteria - does this need an announcement or discussion?
- Add communication criteria
Rollback plan
- What is the rollback plan in production for this task if something goes wrong?
This task was created by Version 1.2.0 of the Web team task template using phabulous



