<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Search Nuggets &#187; search ux</title>
	<atom:link href="http://blog.comperiosearch.com/blog/tag/search-ux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.comperiosearch.com</link>
	<description>A blog about Search as THE solution</description>
	<lastBuildDate>Mon, 13 Jun 2016 08:59:45 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Search without search box: Recipe App  &#8211; Alpha version</title>
		<link>http://blog.comperiosearch.com/blog/2014/12/02/search-without-search-box-recipe-app-alpha/</link>
		<comments>http://blog.comperiosearch.com/blog/2014/12/02/search-without-search-box-recipe-app-alpha/#comments</comments>
		<pubDate>Tue, 02 Dec 2014 14:44:48 +0000</pubDate>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[recipe app]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search box]]></category>
		<category><![CDATA[search interface]]></category>
		<category><![CDATA[search ux]]></category>
		<category><![CDATA[search without search box]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=3078</guid>
		<description><![CDATA[First thing first: I really like search as a technology. Not so much because how it helps us today, but how it can help us tomorrow. Especially on the UX front, stuff moves slowly. One of the biggest issues, in my mind, is the empty search box. That&#8217;s why I tend to look for solutions [...]]]></description>
				<content:encoded><![CDATA[<p>First thing first: I really like search as a technology. Not so much because how it helps us today, but how it can help us tomorrow. Especially on the UX front, stuff moves slowly. One of the biggest issues, in my mind, is the empty search box. That&#8217;s why I tend to look for solutions where you have search without search box, or functions and tools that extends the search box.</p>
<div id="attachment_3102" style="width: 609px" class="wp-caption alignnone"><img class="wp-image-3102 size-full" src="http://blog.comperiosearch.com/wp-content/uploads/2014/12/Screen-Shot-2014-12-02-at-13.34.13.png" alt="Illustration: The empty search box by Google" width="599" height="95" /><p class="wp-caption-text">The empty search box by Google</p></div>
<h2>The problem with an empty search box</h2>
<p>So, what&#8217;s the biggest problem with the empty search box? In my mind it doesn&#8217;t give a hint about what&#8217;s the possible outcome of asking a question to the search engine. Think about these five questions being different search boxes:</p>
<ol>
<li>Soooo&#8230;?</li>
<li>What would you like?</li>
<li>What would you like for desert?</li>
<li>Do you like ice cream for desert?</li>
<li>Do you like pistachio ice cream for desert?</li>
</ol>
<p>The first question is the most open ended, and is the equivalent of the empty search box in a general search engine. The one with all of the worlds knowledge at hand. Second one hints that the answers of your request lies within your likings. Third, the questions get semi-concrete, and fourth and fifth, you&#8217;re asked a yes/no-question.</p>
<h2>A search without search box working quite well</h2>
<p>The recipe app asks you if you like any of these recipes based on two variables (time of year + place you harvest the food). We know the date and make an assumption about place and tell you that we&#8217;ve chosen these variables. Then we give you a couple of extra variables to play with to refine the search a bit more.</p>
<p>So far, the content seems to trigger peoples imagination and the swipe interaction is easy enough to do many times, although not very well communicated so far. When I normally give people a working search prototype, they do 2 &#8211; 5 search queries. Now I see between 5 &#8211; 15. That&#8217;s great stuff, and maybe a search without search box is actually a good idea?</p>
<div></div>
<div id="attachment_3088" style="width: 610px" class="wp-caption alignnone"><a href="http://recipe.comperiosearch.com/"><img class="wp-image-3088" src="http://blog.comperiosearch.com/wp-content/uploads/2014/12/Screen-Shot-2014-12-01-at-15.51.27.png" alt="Illustration: Screenshot of Recipe App - Search without search box." width="600" height="411" /></a><p class="wp-caption-text">A screenshot of the Recipe App search solution without a search box</p></div>
<h2></h2>
<h2>Known bugs and weaknesses</h2>
<ul>
<li><strong>URL stays the same</strong><br />
No way of sharing a specific search (month+place+filters)</li>
<li><strong>Buggy visual relevance</strong><br />
For desktop and pad, all recipes with match on three ingredients or more should have full width result view.</li>
<li><strong>Not all recipes indexed</strong><br />
HTML for the recipes has changed. We didn&#8217;t have time to figure out all the new characteristics of the new HTML, so a lot of recipes were not indexed.</li>
<li><strong>Visual snag on time navigator</strong><br />
When selecting &#8220;short&#8221;, &#8220;medium&#8221; or &#8220;long&#8221; time to prepare recipe it should collapse as with the type navigator.</li>
<li><strong>Swipe hangs every now and then</strong><br />
The swipe library is either not tuned perfectly or a little fragile. Easy to get into a state where it stops working.</li>
<li><strong>All ingredients equally important<br />
</strong>&#8220;Oregano&#8221; and &#8220;Chicken wings&#8221; equally important. That results in some not-so-desired search results.</li>
<li><strong>Google Analytics and single page app not fixed</strong><br />
We log one pageview per user since it&#8217;s a single page app. With a rewriting of the URL this can be easily fixed.</li>
<li><strong>Design and UX</strong><br />
It&#8217;s just a makeshift design to communicate the idea. It should better explain interaction and season+place.</li>
</ul>
<p>Any comments? We&#8217;d love to get your input! Check out the solution, <a href="http://recipe.comperiosearch.com/">the actual recipe app</a>, or you can check out the other blog posts about the <a href="http://blog.comperiosearch.com/blog/tag/recipe-app/">Recipe App</a>. There&#8217;s a lot of both search domain-, tech- and UX-stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2014/12/02/search-without-search-box-recipe-app-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
