<?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; ideas</title>
	<atom:link href="http://blog.comperiosearch.com/blog/tag/ideas/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>Relevance tuning in the search domain. What is it exactly?</title>
		<link>http://blog.comperiosearch.com/blog/2014/03/07/recipe-app-relevance-tuning-what-is-it-exactly/</link>
		<comments>http://blog.comperiosearch.com/blog/2014/03/07/recipe-app-relevance-tuning-what-is-it-exactly/#comments</comments>
		<pubDate>Fri, 07 Mar 2014 16:26:06 +0000</pubDate>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[recipe app]]></category>
		<category><![CDATA[relevance]]></category>
		<category><![CDATA[relevancy tuning]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user story]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2032</guid>
		<description><![CDATA[First thing first! Let&#8217;s get rid of the bullshit bingo lingo: &#8220;Relevancy tuning&#8221; in search is a fancy description for something that&#8217;s not very magical, even if it sounds like just that. It&#8217;s about getting the right results on top of your search result. End of story. If somebody asks you a question, you should [...]]]></description>
				<content:encoded><![CDATA[<p>First thing first! Let&#8217;s get rid of the bullshit bingo lingo: &#8220;Relevancy tuning&#8221; in search is a fancy description for something that&#8217;s not very magical, even if it sounds like just that. It&#8217;s about getting the right results on top of your search result. End of story. If somebody asks you a question, you should start by giving that person the most likely answer first. Most search engines seems to be digressing. It&#8217;s because we haven&#8217;t told in a clear manner what to be expected from them. And because we often use generic tools to solve specific problems.</p>
<p>One generic tool for getting the right results on top is the &#8220;<a href="http://en.wikipedia.org/wiki/Tf%E2%80%93idf">term frequency–inverse document frequency</a>&#8220;, or <a href="https://www.google.no/?gfe_rd=ctrl&amp;ei=_NAZU7qjL8-AwAP6_oCgBg&amp;gws_rd=cr#q=tf-idf&amp;safe=off">tf-idf</a> for short. It&#8217;s a combination of how often a term is mentioned in a document compared to how often it&#8217;s mentioned in all of your documents in the index. So, rare terms within the whole index used often in one document makes it a good search result when searching for that term. But most likely, not good enough. You need to figure out what&#8217;s the characteristics of your content, and what are the most characteristic use cases and user stories for your users. Only then can you achieve great relevancy, &#8230;  I mean get the right result on top of your search result.</p>
<h2>Model for relevance tuning</h2>
<p>We&#8217;ll use our Recipe app as an example&#8230;</p>
<p><img class="alignnone" src="http://farm4.staticflickr.com/3122/12989606394_97436f539e_z.jpg" alt="Model for relevance tuning" width="360" height="640" /></p>
<p>So, for our food recipe app, we have some obvious content characteristics:</p>
<ul>
<li>The more ingredients in-season for one recipe is good. We&#8217;re doing an OR-search on all ingredients in-season so this comes out-of-the-box &#8230; almost.</li>
<li>Quite a lot of recipes doesn&#8217;t stand the test of time. We know that most of the recipes at oppskrift.klikk.no from 2008 or newer are quite good and have nice photos.</li>
<li>We&#8217;re not sure if we need this, but we know whom of the writers to trust. This may be an overkill when we already have a boosting on newer recipes.</li>
</ul>
<p>And we know a lot about our users as well:</p>
<ul>
<li>Most grown up people in Norway have a job, thus limited time to prepare a meal. This means that recipes that takes shorter preparations should be boosted from Monday through Thursday. The verdict on Friday is still not decided.</li>
<li>During the weekend people have more time to make dinner. The recipes that takes a short time to prepare most probably cut some corners, and are not that good compared to recipes that takes a little longer time. So for the weekends, we should do a demotion of really quick recipes, at least for dinners.</li>
</ul>
<p>This is the info we&#8217;re going to use to sort our search result. But we have more knowledge about our users that we can use to auto-set filters for certain times of the day:</p>
<ul>
<li>Most work days, people don&#8217;t plan a breakfast meal or lunch. The whole day we can auto-set the main &#8220;course&#8221; filter.</li>
<li>During the weekend, people may also plan a lunch. We&#8217;ve decided to auto-set the &#8220;light meal&#8221;-filter during weekends up until lunch time. After that the &#8220;main course&#8221; filter is auto-set. We&#8217;ll log if the first thing our users do is to set another filter.</li>
<li>On Friday and Saturday a lot of Norwegians drink beer, wine or liquor. After some hours of drinking, they get hungry. Maybe we should have an &#8220;afterparty, quick and greasy and tasty-meal&#8221;-filter auto-set for late Fridays and Saturdays?</li>
</ul>
<p>So, what&#8217;s the filters we&#8217;ve decided on:</p>
<ul>
<li>Light meals</li>
<li>Starters</li>
<li>Main courses</li>
<li>Deserts</li>
<li>&#8230; and maybe the Afterparty-thingy</li>
</ul>
<p>What do you think?</p>
<p><img class="alignnone" src="http://farm4.staticflickr.com/3143/12988485805_d1a693e95c_z.jpg" alt="Model for relevance tuning" width="640" height="360" /></p>
<p>Sounds nice? This is work in progress, so <a href="http://blog.comperiosearch.com/blog/tag/recipe-app/">check back every now and then for new blog posts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2014/03/07/recipe-app-relevance-tuning-what-is-it-exactly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The seasonal recipe app: Tapping into the mental model</title>
		<link>http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/</link>
		<comments>http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/#comments</comments>
		<pubDate>Fri, 07 Feb 2014 15:09:26 +0000</pubDate>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[brainstorm]]></category>
		<category><![CDATA[concept]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[qbox]]></category>
		<category><![CDATA[recipe app]]></category>
		<category><![CDATA[relevance]]></category>
		<category><![CDATA[relevancy tuninig]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[wireframes]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1980</guid>
		<description><![CDATA[Our mental model for the seasonal recipe app is helping people use the best ingredients for any particular time of year is the goal for our little demo search app. Since a lot of people in Norway actually go into the nature and forage, fetch, pick, shoot and fish their own food, we wanted to [...]]]></description>
				<content:encoded><![CDATA[<p>Our mental model for the seasonal recipe app is helping people use the best ingredients for any particular time of year is the goal for our little demo search app. Since a lot of people in Norway actually go into the nature and forage, fetch, pick, shoot and fish their own food, we wanted to divide into some of the most typical and normal places where you can find those types of food. We then have two variables for our search: <strong>Place where you find the food</strong> and <strong>Time of year (Month)</strong>.</p>
<h2>Tapping into the mental model</h2>
<p>Each variable combination will do an OR-search containing a lot of ingredients for that particular place and time of year. Our relevancy model so far:</p>
<ol>
<li>Recipes with the highest amount of ingredients hits</li>
<li>Newest recipes</li>
<li>Recipes written by Christopher Sjuve</li>
</ol>
<p>Number one on the list is given, but why number two and three? A lot of the older recipes doesn&#8217;t stand the test of time, and we know we trust Christopher Sjuve&#8217;s recipes.</p>
<p><img class="alignnone" src="http://farm8.staticflickr.com/7320/12363398174_f9d83062bc_c.jpg" alt="" width="461" height="259" /></p>
<p>&nbsp;</p>
<p>The places we&#8217;ve chosen:</p>
<ol>
<li>The sea</li>
<li>The farm</li>
<li>The garden</li>
<li>The forest</li>
<li>The mountain</li>
</ol>
<p>It&#8217;s an odd bunch of places, but so far we think it will work. Logs and usability testing will tell us later if we&#8217;re hitting the target or not. The farm doesn&#8217;t fit that well with the others, since you don&#8217;t normally enter a farm and steal a cow or some potatoes. But it will be what&#8217;s closest in content to your average supermarket, and will be the default choice. Almost all of the places will have some overlapping ingredients. Each search is a combination of a place and a month. 5 places x 12 months means a sprite of 60 images where you swipe horizontal to select a place. Month will be selected for you, but to open up for exploration we think it will be valuable to  have a vertical swipe to select month.</p>

<a href='http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/0-swipe-place/'><img width="150" height="150" src="http://blog.comperiosearch.com/wp-content/uploads/2014/02/0-swipe-place-150x150.png" class="attachment-thumbnail" alt="0-swipe-place" /></a>
<a href='http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/1-sea/'><img width="150" height="150" src="http://blog.comperiosearch.com/wp-content/uploads/2014/02/1-sea-150x150.png" class="attachment-thumbnail" alt="1-sea" /></a>
<a href='http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/2-farm/'><img width="150" height="150" src="http://blog.comperiosearch.com/wp-content/uploads/2014/02/2-farm-150x150.png" class="attachment-thumbnail" alt="2-farm" /></a>
<a href='http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/3-garden/'><img width="150" height="150" src="http://blog.comperiosearch.com/wp-content/uploads/2014/02/3-garden-150x150.png" class="attachment-thumbnail" alt="3-garden" /></a>
<a href='http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/4-forest/'><img width="150" height="150" src="http://blog.comperiosearch.com/wp-content/uploads/2014/02/4-forest-150x150.png" class="attachment-thumbnail" alt="4-forest" /></a>
<a href='http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/5-mountain/'><img width="150" height="150" src="http://blog.comperiosearch.com/wp-content/uploads/2014/02/5-mountain-150x150.png" class="attachment-thumbnail" alt="5-mountain" /></a>
<a href='http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/recipe-app-mental-model/'><img width="150" height="150" src="http://blog.comperiosearch.com/wp-content/uploads/2014/04/recipe-app-mental-model-150x150.jpg" class="attachment-thumbnail" alt="The mental model of the recipe app, mockups" /></a>
<a href='http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/rp_12363398174_f9d83062bc_c-jpg/'><img width="150" height="150" src="http://blog.comperiosearch.com/wp-content/uploads/2014/02/12363398174_f9d83062bc_c-150x150.jpg" class="attachment-thumbnail" alt="rp_12363398174_f9d83062bc_c.jpg" /></a>

<p>Here&#8217;s the first wireframes on the UX concept.</p>
<p><img class="alignnone" src="http://farm4.staticflickr.com/3813/12365584783_9bec51cf06_z.jpg" alt="" width="640" height="361" /></p>
<p>First version of the query matrix. So far not organized by places, but types of ingredients.</p>
<p><a href="http://ec2-54-195-32-62.eu-west-1.compute.amazonaws.com:3000/search?ingredients=rødbet">The search is already up and running, but lack every sign of graphical user interface</a>.</p>
<p><a href="http://qbox.io/"><img class="alignnone" src="http://farm8.staticflickr.com/7456/12366227173_38b6792cd5_z.jpg" alt="" width="640" height="284" /></a></p>
<p><strong><a href="http://qbox.io/">Thanks to Qbox.io for letting us use a Hosted Elasticsearch</a> instance for this project!</strong></p>
<p>&nbsp;</p>
<p>Sounds nice? This is work in progress, so <a href="http://blog.comperiosearch.com/blog/tag/recipe-app/">check back every now and then for new blog posts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual relevancy hierarchy creating a better search result using the Phi spiral?</title>
		<link>http://blog.comperiosearch.com/blog/2013/07/05/a-better-search-result-a-visual-relevancy-hierarchy-building-on-the-phi-spiral/</link>
		<comments>http://blog.comperiosearch.com/blog/2013/07/05/a-better-search-result-a-visual-relevancy-hierarchy-building-on-the-phi-spiral/#comments</comments>
		<pubDate>Fri, 05 Jul 2013 12:46:56 +0000</pubDate>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[relevance]]></category>
		<category><![CDATA[search result]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1217</guid>
		<description><![CDATA[Today, most search solutions will give you the results as a list from 1 to 10. Problem is, they&#8217;re not very appealing, and don&#8217;t do the task at hand very well. At the top of the list, it’s okay. Number 1 gets most clicks, number 2 a little less, number three even less, but then [...]]]></description>
				<content:encoded><![CDATA[<p>Today, most search solutions will give you the results as a list from 1 to 10. Problem is, they&#8217;re not very appealing, and don&#8217;t do the task at hand very well. At the top of the list, it’s okay. Number 1 gets most clicks, number 2 a little less, number three even less, but then in the middle, a lot of results get less than the ones at the bottom.</p>
<h2>Using the phi-spiral as a visual relevancy hierarchy</h2>
<div id="attachment_1488" style="width: 578px" class="wp-caption alignnone"><a href="http://blog.comperiosearch.com/wp-content/uploads/2013/07/phi-spiral-011.png"><img class=" wp-image-1488  " src="http://blog.comperiosearch.com/wp-content/uploads/2013/07/phi-spiral-011.png" alt="" width="568" height="352" /></a><p class="wp-caption-text">So, how could the Phi spiral help us?</p></div>
<p>A search engine list out what it thinks is the most important first. But the list has several issues:</p>
<ul>
<li><strong>You could, but should you?</strong><br />
Just because your template really want you to render a logic list as a visual  list, doesn&#8217;t mean you have to do it like that.</li>
<li><strong>Not representing the information well<br />
</strong>A news article looks like a news article, no matter which version you see: The front page teaser, a short version or the full blown thingy. But a search result almost always looks like just that: A dull list of items.</li>
<li><strong>Too many items</strong><br />
Results at the bottom of the list tends to get higher click rates than just above the bottom. I guess this have to do with how people <a href="http://www.useit.com/alertbox/reading_pattern.html">scan web content in F-shaped patterns</a> and that a list of 10 items is too much information for the user to digest.</li>
</ul>
<p>So, what if we started to use space and position to show relevancy? The Phi spiral, building on the Fibonacci sequence would make a nice search result.</p>
<div id="attachment_1489" style="width: 578px" class="wp-caption alignnone"><a href="http://blog.comperiosearch.com/wp-content/uploads/2013/07/phi-spiral-021.png"><img class=" wp-image-1489 " src="http://blog.comperiosearch.com/wp-content/uploads/2013/07/phi-spiral-021.png" alt="" width="568" height="447" /></a><p class="wp-caption-text">Phi spiral as a search result. We&#8217;ll get all sorts of other issues, but I think it&#8217;s a good start to getting somewhere better.</p></div>
<p>You would maybe not be able to show more than 5 result items, but we could put the search box in the middle of the page and then get 6 items.</p>
<div id="attachment_1490" style="width: 578px" class="wp-caption alignnone"><a href="http://blog.comperiosearch.com/wp-content/uploads/2013/07/phi-spiral-031.png"><img class=" wp-image-1490 " src="http://blog.comperiosearch.com/wp-content/uploads/2013/07/phi-spiral-031.png" alt="" width="568" height="1012" /></a><p class="wp-caption-text">Looking less like a search result and more like a content filled page.</p></div>
<p>So, what do you think? Others are using treemaps: <a href="http://newsmap.jp/">Newsmap.jp</a>. Not a very usable implementation, but a nice idea.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2013/07/05/a-better-search-result-a-visual-relevancy-hierarchy-building-on-the-phi-spiral/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tiles: the new search result?</title>
		<link>http://blog.comperiosearch.com/blog/2013/03/22/tiles-the-new-search-result/</link>
		<comments>http://blog.comperiosearch.com/blog/2013/03/22/tiles-the-new-search-result/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 13:55:55 +0000</pubDate>
		<dc:creator><![CDATA[Johannes Hoff Holmedahl]]></dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[findability]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[search patterns]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1340</guid>
		<description><![CDATA[100% of the users know they are looking for a document and not a colleague. So why are we showing them both documents and people in the same search result? A few weeks ago, my colleague Harald and I carried out user interviews at a customer for their &#8220;internal Google&#8221; solution. Before starting to developing [...]]]></description>
				<content:encoded><![CDATA[<p><strong>100% of the users know they are looking for a document and not a colleague. So why are we showing them both documents and people in the same search result?</strong></p>
<p>A few weeks ago, my colleague Harald and I carried out user interviews at a customer for their &#8220;internal Google&#8221; solution. Before starting to developing concepts and interaction design, we wanted to properly figure out their users’ <em>actual </em>needs.</p>
<p>One of our findings was that the users generally know the type of content they are looking for. <strong>When caseworker Paul searched for &#8220;Vietnam Workshops” he knew that it was an application he was looking for – and not a colleague, a PowerPoint file or a news article on the intranet.</strong></p>
<p>Armed with this knowledge, we got some ideas about how to improve their current search experience.</p>
<p>Previously, we thought that this was a good results page when searching for &#8220;Vietnam Workshops&#8221;:</p>
<p><img class="alignnone  wp-image-1341" style="border: 1px solid black;" src="http://blog.comperiosearch.com/wp-content/uploads/2013/03/hit_standard.jpg" alt="A typical search result" width="540" /></p>
<p>But maybe this is the way to give Paul a better answer?</p>
<p><img class="alignnone  wp-image-1342" style="border: 1px solid black;" src="http://blog.comperiosearch.com/wp-content/uploads/2013/03/tiles1.jpg" alt="A tiled presentation of the search results" width="540" /></p>
<p>By asking Paul to help us decide on the “search mode” before we begin to guess his answer, we will most likely be able to give him a more accurate result.</p>
<p>However, when we user tested this a few weeks later we received clear feedback that the tiled design left the user feeling a little &#8220;cheated&#8221;. They had searched, but still needed to make a choice before finding the answer. This is also a well known search pattern – even <a title="The Cheese Store" href="http://www.youtube.com/watch?v=vJhq9eq_eJg" target="_blank">explained by Monty Python</a>.</p>
<p>Turns out Winnie the Pooh has the answer: &#8220;Yes please, I’ll have both&#8221; is the solution! The search results present a clear call to action to select a category, but with some results already presented on the first page:</p>
<p><img class="alignnone  wp-image-1343" style="border: 1px solid black;" src="http://blog.comperiosearch.com/wp-content/uploads/2013/03/tiles2.jpg" alt="A more categorised search result" width="510" /></p>
<p>A good argument for displaying results in the various search modes right away is to show Paul that we &#8220;know more than what he thinks.&#8221; By quickly scanning the results page, he may learn something new about his colleagues, see who&#8217;s associated with &#8220;Vietnam Workshops&#8221;, or maybe he’ll find something interesting in an intranet article; hopefully making his current task simpler and quicker to carry out.</p>
<p>But making it clearer that he has the opportunity to choose a search mode, can help Paul to help us give him a more accurate answer.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2013/03/22/tiles-the-new-search-result/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Five quick design improvements to your search design</title>
		<link>http://blog.comperiosearch.com/blog/2012/01/19/5-quick-fixes-search-graphic-design-for-non-designers/</link>
		<comments>http://blog.comperiosearch.com/blog/2012/01/19/5-quick-fixes-search-graphic-design-for-non-designers/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 09:44:13 +0000</pubDate>
		<dc:creator><![CDATA[Johannes Hoff Holmedahl]]></dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[enterprise search]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[link colors]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search design]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://nuggets.comperiosearch.com/?p=777</guid>
		<description><![CDATA[OK. I know you want it. Quick fixes to make your search results look better. These five points will not give you a perfect or necessarily user friendly search results page … but maybe it will be a bit better than before. 1. Enlarge your search box! Why are you hiding it ? Screenshot: TMZ.com&#160; [...]]]></description>
				<content:encoded><![CDATA[<p><strong>OK. I know you want it. Quick fixes to make your search results look better. These five points will not give you a perfect or necessarily user friendly search results page … but maybe it will be a bit better than before.</strong></p>
<table style="float: right; width: 300px; margin-left: 20px; font-family: arial; font-size: 11px; line-height: 100%;">
<tbody>
<tr>
<td><span style="font-size: 24px;">1.</span><br />
<img src="http://blog.comperiosearch.com/wp-content/uploads/2012/01/01_smallsearchbox1.png" alt="Enlarge your search box! " width="300" /><br />
Enlarge your search box! Why are you hiding it ?<br />
Screenshot: <a href="http://www.TMZ.com">TMZ.com</a>&nbsp;</p>
<p>My favorite search box:  <img src="http://blog.comperiosearch.com/wp-content/uploads/2012/01/searchbox.png" alt="Search box" width="300" /></p>
<p><span style="font-size: 24px;">2.</span><br />
<img src="http://blog.comperiosearch.com/wp-content/uploads/2012/01/03_searchbutton.png" alt="Make your search button big and clickable." width="300" /><br />
Make your search button big and clickable.<br />
Screenshot: <a href="http://www.CNN.com">CNN.com</a> (Edited. CNN uses the correct version)</p>
<p><span style="font-size: 24px;"><br />
4.</span><br />
<img src="http://blog.comperiosearch.com/wp-content/uploads/2012/01/02_commondesign.png" alt="Use colors common to your users!" width="300" /><br />
Use colors common to your users!<br />
Screenshot: <a href="http://www.google.com">google.com</a></td>
</tr>
</tbody>
</table>
<p>5 quick fixes for non-designers who want to enhance their search results page:</p>
<ol>
<li><strong>Enlarge your search box</strong>. Almost every second site I see, internal or external, &#8220;hides&#8221; their search box – maybe because designers think they’re ugly.<em> If you want your people to search: make it easy</em>. I like to add a little gradient on the top of the search box, and to make the corners round. That makes it look inviting to write in.</li>
<li><strong>Make your search button big and clickable</strong>. Make sure the search-button is as tall as your search box, but make it come out of the page, with a clear color or an embossment. The goal is not to make it look cheesy… but to make it look clickable.</li>
<li><strong>Use already designed material as an inspiration.</strong> Make sure that your search results, and the rest of the website for that matter, matches your company brand identity or design hand book. Use the correct colors and fonts – they are probably thought through by a designer already.</li>
<li><strong>Use colors familiar to your users. </strong>- Blue is for links &#8211; Green is for URLs etc. telling visitors where the result came from &#8211; Red is for alerts and error messages If your brand identity doesn’t have hex-codes for these colors … ask your designer or design partner for then. Kindly.</li>
<li><strong>Enlarge your body text size</strong>. Many designers tend to user small text in their sketches … maybe to get more room for nice pictures? Your users are probably interested in the result when they are searching, so why don’t we make the text readable. A nice size for a readable body text is 14 og 15px, with a line-height of 17/18 px. <span style="font-family: arial; font-size: 12px;">Not 12 px Arial&#8230;</span></li>
</ol>
<p><strong> </strong> <strong>And a general tip: Don’t try to reinvent the wheel!</strong> When working with search design, see how Google, Amazon and Bing format their URLs, links, file type-icons, etc. and make your version of it. Surely you can try another way, but then you should also user test it properly before you launch it.</p>
<p><em>What are your suggestions to improve search design?</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2012/01/19/5-quick-fixes-search-graphic-design-for-non-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog post from the CEO</title>
		<link>http://blog.comperiosearch.com/blog/2010/09/29/blog-post-from-ceo/</link>
		<comments>http://blog.comperiosearch.com/blog/2010/09/29/blog-post-from-ceo/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 20:56:00 +0000</pubDate>
		<dc:creator><![CDATA[Jørn Ellefsen]]></dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[business models]]></category>
		<category><![CDATA[enterprise search]]></category>
		<category><![CDATA[ideas]]></category>

		<guid isPermaLink="false">http://nuggets.comperiosearch.com/?p=5</guid>
		<description><![CDATA[One of the pleasures of leading Comperio is that I get a chance to meet a lot of interesting people with exciting ideas. Their undertakings span from how to improve productivity through better information access in an intranet, how to boost revenues and profits in an eCommerce solution through supportive shopping guides and a customer-centric [...]]]></description>
				<content:encoded><![CDATA[<div id="attachment_28" style="width: 610px" class="wp-caption aligncenter"><a rel="attachment wp-att-28" href="http://blog.comperiosearch.com/2010/09/blog-post-from-ceo/4267237788_2cee555179_o/"><img class="size-full wp-image-28  " title="4267237788_2cee555179_o" src="http://blog.comperiosearch.com/wp-content/uploads/2010/09/4267237788_2cee555179_o.jpg" alt="ideas" width="600" height="496" /></a><p class="wp-caption-text">flickr.com/rustychainsaw</p></div>
<p>One of the pleasures of leading Comperio is that I get a chance to meet a lot of interesting people with exciting ideas. Their undertakings span from how to improve productivity through better information access in an intranet, how to boost revenues and profits in an eCommerce solution through supportive shopping guides and a customer-centric promotion and product placement strategy, to how automate surveillance and investigations on e-Crime for government agencies– to name a few.</p>
<p>What do these ideas have in common? The answer is at least two things; that they all leverage “Enterprise Search” to support new business models and they all show a high level of leadership in pursuing their ambitions. As you will see on our re-launched website the customers are greatly successful with Enterprise Search and the rewards are high for the company they work for as well as for their own careers.</p>
<p>Maybe it’s time for you to pursue your business idea? If you do we would really like to hear from you. In fact, we invite everyone to share ideas around how Enterprise Search can improve businesses to engage in our new blog.</p>
<p>We have exciting days ahead – join us in shaping the future of Enterprise Search!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2010/09/29/blog-post-from-ceo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
