This is the engineering task to build the first "half" of the rabbit holes experiment:
- Since this is an ABC test, users in the A group will be the control, and the B group shall see the "suggested search query" mode.
- As the user browses an article, we make a query in the background that produces a suggested search term. This will likely be based on a morelike query from the current article.
- The suggested search term becomes the "hint" in the Search bar, in place of "Search Wikipedia".
- If the user taps the search bar, instead of seeing their recent searches, they will now see the recommended search term (under the heading "Related to what you're reading", followed by the heading of "Recent searches" with their recent searches below. (The recommended term will continue to be the "hint" in the search text box)
- If the user taps on any of the recent searches, or the new recommended search term, they will be taken to the search results, as before.
- Make sure to build the workflow in such a way that analytics can be threaded through it easily.