The problem
Mobile web search results flicker while updating and typing in the entire query.
Proposed Interaction
Assumption - User has typed some query and some results are showing below the searchbar
Next steps- User types in more characters > we request for results > we don't hide the current results > If new results take more than 2s on client side we show the spinner as in the mocks > ELSE we update the results without any spinner
the results can be tapped on in the 2s gap.
Acceptance criteria
- move it out of beta so everyone can enjoy this
Test plan
- When carrying out searches search results should not disappear on typing. They should be replaced when new results are available
- A spinner should only show when the search is taking longer than 2s. You can simulate this by disabling your internet connection before carrying out a search.

