Currently, in Search on Manage, we have two different designs. If we determine the user is entering a URL, we show a simple "follow URL" link that matches the current UX. If the user enters text, we display the new search results.
This works for most cases. But! There are times where it would be better to show both the direct-follow URL link _and_ search results. Like:
For all those reasons, we need a design that includes both the direct-follow URL link _and_ site results. Here's what I propose.
What's new: the first result is centered (to show it's different). Clicking it would attempt to follow that URL (like we do now). Below it are the results as normal.
Notes:
This change would mean that search results are always shown, no matter what the user enters. The only difference now is, if the text is also a URL, we show a follow link. Note that this means we could use the same treatment for the main Reader Search!
Thoughts?
cc @blowery, @samouri, @bluefuton, @gibrown, @jancavan
Reminder: This isn't a prerequisite for launching the call for testing. It's an improvement we've discussed and should give a try.
Seems like that would solve most of the problems we've discussed. Feels like I need to try it...
We should make sure we add good Tracks events to indicate both when we are showing the url follow and when the user clicks on it. Treat it similar to the search results with both a render and an interact event.
Tracks for the different kinds of results are a VERY good idea.
I always see _Sorry, no sites that we could find match chaittestpress.com. Try to follow myawesometestsite.com anyway?_ message for all the sites regardless of whether I am following them or not.
For a new site:
For an already following site:
I hope this issue addresses the above misleading message.
Thanks for reporting this @chaitanyamsv. This issue is being tracked in https://github.com/Automattic/wp-calypso/issues/14294, specifically this comment: https://github.com/Automattic/wp-calypso/issues/14294#issuecomment-303868727
We launched the revamped Manage Following with this feature (showing direct-follow URL with search results) 馃憤
Most helpful comment
Seems like that would solve most of the problems we've discussed. Feels like I need to try it...
We should make sure we add good Tracks events to indicate both when we are showing the url follow and when the user clicks on it. Treat it similar to the search results with both a render and an interact event.