The search overlay in beta shows the spinner on top of search results so that the user doesn't accidentally click on results when the API returns right before clicking. This feature relies on the beta mode. Let's either make the feature default or flag it. @nirzar, what do you think?**The problem**
Mobile web search results flicker while updating and typing in the entire query.
{F4133000 width=300}
**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