<?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; user experience</title>
	<atom:link href="http://blog.comperiosearch.com/blog/tag/user-experience/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: better user experience with one line of JavaScript</title>
		<link>http://blog.comperiosearch.com/blog/2015/05/18/search-better-user-experience-with-one-line-of-javascript/</link>
		<comments>http://blog.comperiosearch.com/blog/2015/05/18/search-better-user-experience-with-one-line-of-javascript/#comments</comments>
		<pubDate>Mon, 18 May 2015 13:59:01 +0000</pubDate>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[enterprise search]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search box]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[website search]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=3680</guid>
		<description><![CDATA[What&#8217;s the cheapest trick you can do to get a better user experience on your search solution, and make your users do better search queries? Add a small line of JavaScript in your template&#8217;s document ready function: [crayon-69d8e06a9b44e228980343/] This will do two things for the user: It&#8217;ll be easier to see the search box . [...]]]></description>
				<content:encoded><![CDATA[<p>What&#8217;s the cheapest trick you can do to get a better user experience on your search solution, and make your users do better search queries?</p>
<p><img class="alignnone wp-image-3683 size-full" src="http://blog.comperiosearch.com/wp-content/uploads/2015/05/search-box.png" alt="Illustration: A standard search box" width="598" height="66" /></p>
<p>Add a small line of JavaScript in your template&#8217;s document ready function:</p><pre class="crayon-plain-tag">$("#MySearchBox").focus();</pre><p>This will do two things for the user:</p>
<ol>
<li>It&#8217;ll be easier to see the search box .</li>
<li>The user can start typing without having to click inside the search box.</li>
</ol>
<p><a href="http://blog.comperiosearch.com/wp-content/uploads/2015/05/anim-just-cursor.gif"><img class="alignnone wp-image-3682 size-full" src="http://blog.comperiosearch.com/wp-content/uploads/2015/05/anim-just-cursor.gif" alt="Illustration: Better user experience ny setting focus on the search box" width="598" height="66" /></a></p>
<p>Next issue is that most intranet and websites are more than just a search solution. Maybe you don&#8217;t want that much attention on the search box on your homepage. The solution is then to do this on your search result page.</p>
<p><a href="http://blog.comperiosearch.com/wp-content/uploads/2015/05/anim-one-word.gif"><img class="alignnone wp-image-3685 size-full" src="http://blog.comperiosearch.com/wp-content/uploads/2015/05/anim-one-word.gif" alt="Illustration: Better user experience ny setting focus on the search box" width="598" height="66" /></a></p>
<p>This will make it easier for your users to enhance their search query when they&#8217;re not happy with the search result at hand.</p>
<p><a href="http://blog.comperiosearch.com/wp-content/uploads/2015/05/anim-more-words.gif"><img class="alignnone wp-image-3684 size-full" src="http://blog.comperiosearch.com/wp-content/uploads/2015/05/anim-more-words.gif" alt="Illustration: Better user experience ny setting focus on the search box" width="598" height="66" /></a></p>
<p>Do you have any other examples on other quick fixes that could make an even better user experience for your search solution?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2015/05/18/search-better-user-experience-with-one-line-of-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Main navigation for recipe app user interface ready</title>
		<link>http://blog.comperiosearch.com/blog/2014/05/16/main-navigation-user-interface-for-recipe-app-ready/</link>
		<comments>http://blog.comperiosearch.com/blog/2014/05/16/main-navigation-user-interface-for-recipe-app-ready/#comments</comments>
		<pubDate>Fri, 16 May 2014 13:37:26 +0000</pubDate>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[pad]]></category>
		<category><![CDATA[photo carousel]]></category>
		<category><![CDATA[recipe app]]></category>
		<category><![CDATA[search navigation]]></category>
		<category><![CDATA[swipe]]></category>
		<category><![CDATA[swipe UI]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2318</guid>
		<description><![CDATA[Our seasonal food recipe app is getting closer to some front end hacking. Just finished making a navigation sprite where you&#8217;re supposed to swipe horizontal to change place of food foraging, and vertical to change time of year (month). It&#8217;s based on our earlier created mental model and Christine Hørven&#8217;s interpretation. When you open the web [...]]]></description>
				<content:encoded><![CDATA[<p>Our <a href="http://blog.comperiosearch.com/blog/tag/recipe-app/">seasonal food recipe app</a> is getting closer to some front end hacking. Just finished making a navigation sprite where you&#8217;re supposed to swipe horizontal to change place of food foraging, and vertical to change time of year (month). It&#8217;s based on <a href="http://blog.comperiosearch.com/blog/2014/02/07/the-seasonal-recipe-app-tapping-into-the-mental-model/">our earlier created mental</a> model and Christine Hørven&#8217;s interpretation. When you open the web app, current month and farm will be selected for you.</p>
<h2>Main recipe app user interface</h2>
<p><a href="https://www.flickr.com/photos/eklem/14011595248"><img class="alignnone" src="https://farm3.staticflickr.com/2909/14011595248_fb1a697323.jpg" alt="Main recipe app user interface" width="500" height="402" /></a></p>
<p>First off I&#8217;ll just make a clickable test, doing some modulo stuff so that the edge-cases will wrap (December -&gt; January). Then try <a href="http://www.idangero.us/sliders/swiper/demos.php">Awwwards Touch Swipe library</a>. It has the ability to register both horizontal and vertical swipe motion. They also have a <a href="http://www.awwwards.com/demo/touchSwipe-gallery-demo.html">image gallery swipe demo</a>. It only shows horizontal swiping, but I&#8217;m guessing it will be possible to expand that to vertical swiping as well.</p>
<p>When we have a swipe navigation that works good enough it&#8217;s time to build that in to our Angular app and use it to change the search query. Then we have to do some front end code on <a href="http://blog.comperiosearch.com/blog/2014/05/08/how-to-visualize-absolute-search-result-quality/">the actual search results and search result items</a>.</p>
<p>That&#8217;s all for today. <a href="http://en.wikipedia.org/wiki/Norwegian_Constitution_Day">Happy 17th of May</a>. 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>
<p>Any comments? Feedback on the recipe app user interface is more than welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2014/05/16/main-navigation-user-interface-for-recipe-app-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Experience for the Recipe App on Ipads and Android Tablets</title>
		<link>http://blog.comperiosearch.com/blog/2014/05/08/user-experience-for-the-recipe-app-on-ipads-and-android-tablets/</link>
		<comments>http://blog.comperiosearch.com/blog/2014/05/08/user-experience-for-the-recipe-app-on-ipads-and-android-tablets/#comments</comments>
		<pubDate>Thu, 08 May 2014 17:57:57 +0000</pubDate>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[drilldown]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[pad]]></category>
		<category><![CDATA[pad first]]></category>
		<category><![CDATA[qbox]]></category>
		<category><![CDATA[recipe app]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search navigation]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2282</guid>
		<description><![CDATA[More than half the traffic for the recipe site we&#8217;re indexing comes from Ipads and Android Tablets. Because of this we&#8217;ve chosen to do pad first, mobile second and regular laptop/desktop third. So first up are Ipads and Android Tablets. Recipe App User Experience on Ipads and Androids How to sort the result set The [...]]]></description>
				<content:encoded><![CDATA[<p>More than half the traffic for the <a href="http://oppskrift.klikk.no/">recipe site</a> we&#8217;re indexing comes from Ipads and Android Tablets. Because of this we&#8217;ve chosen to do pad first, mobile second and regular laptop/desktop third. So first up are Ipads and Android Tablets.</p>
<h2>Recipe App User Experience on Ipads and Androids</h2>
<h2></h2>
<p><a href="https://www.flickr.com/photos/eklem/14158563123/in/photostream/"><img class="alignnone" src="https://farm8.staticflickr.com/7311/14158563123_00370d39d0.jpg" alt="recipe app user experience" width="500" height="406" /></a></p>
<p><strong>How to sort the result set</strong></p>
<p>The relevance model is now down to two variables:</p>
<ol>
<li>Amount of in-season ingredients in a recipe</li>
<li>Date (year) that recipe was published.</li>
</ol>
<p>Date will only be used to rank recipes with same amount of in-season ingredients.</p>
<p><strong>Filters and drill-down possibilities</strong></p>
<p>Main filters will be:</p>
<ol>
<li>Light meal</li>
<li>Dinner</li>
<li>Desert</li>
</ol>
<p>On these three filters you will be able to do a second filtering based on how short the recipe preparation time is:</p>
<ol>
<li>Quick (40 minutes or less)</li>
<li>Slow/Thorough (more than 40 minutes)</li>
</ol>
<p><strong>Auto selected filters</strong></p>
<p>The actual search is done without the user needing to do or type anything. An OR search for the current months ingredients is done when you enter the page. Default place will be &#8220;The Farm&#8221;, since that&#8217;s the closest thing to what you find in the supermarket.</p>
<p>The filters will also be automatically picked. During work days the &#8220;Dinner&#8221; and &#8220;Quick&#8221; filters will be set. Late Friday the meal type filter will change to &#8220;Light meal&#8221; and &#8220;Slow/Thorough&#8221;. Sometime after 12 o&#8217;clock on Saturday, the meal type will change to &#8220;Dinner&#8221;.</p>
<p><a href="https://www.flickr.com/photos/eklem/14135558552/in/photostream/"><img class="alignnone" src="https://farm6.staticflickr.com/5074/14135558552_5611ceed58.jpg" alt="recipe app user experience" width="500" height="333" /></a></p>
<p>Based on <a href="http://blog.comperiosearch.com/blog/2014/05/08/how-to-visualize-absolute-search-result-quality/">the ideas for visualization of the search result</a>, this is how I imagine the UX for our Seasonal Food Recipe App. To the left you have a search result for &#8220;The Sea&#8221; in May, to the right &#8220;The Sea&#8221; in January. We&#8217;ll have a new prototype running soon. Next task will be to make the navigation sprite with a combination of the five places and 12 months (sun in different position for each month). Then HTML-prototype the three different search result types: Large (full width), medium and small.</p>
<p><a href="http://qbox.io/">Thanks to Qbox</a> for letting us use one of their Elasticsearch instances!</p>
<p><a href="http://qbox.io/"><img class="alignnone wp-image-2287 size-medium" src="http://blog.comperiosearch.com/wp-content/uploads/2014/05/Screen-Shot-2014-05-08-at-19.56.22-300x173.png" alt="Qbox hosted Elasticsearch" width="300" height="173" /></a></p>
<p><a href="http://blog.comperiosearch.com/blog/tag/recipe-app/">The recipe app is work in progress</a>. Check back every now and then for new blog posts on the subject.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2014/05/08/user-experience-for-the-recipe-app-on-ipads-and-android-tablets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to visualize absolute search result quality</title>
		<link>http://blog.comperiosearch.com/blog/2014/05/08/how-to-visualize-absolute-search-result-quality/</link>
		<comments>http://blog.comperiosearch.com/blog/2014/05/08/how-to-visualize-absolute-search-result-quality/#comments</comments>
		<pubDate>Thu, 08 May 2014 16:51:56 +0000</pubDate>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[recipe app]]></category>
		<category><![CDATA[relevance]]></category>
		<category><![CDATA[relevance tuning]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2278</guid>
		<description><![CDATA[Earlier, I&#8217;ve looked into how I could use the Phi spiral to possibly get a better display of what&#8217;s most relevant in a search result. A former colleague of mine, Johannes Hoff Holmedahl, did a quick test on the theory, and it may actually work. For the recipe app I want to do something slightly [...]]]></description>
				<content:encoded><![CDATA[<p>Earlier, I&#8217;ve looked into how I could <a href="http://blog.comperiosearch.com/blog/2013/07/05/a-better-search-result-a-visual-relevancy-hierarchy-building-on-the-phi-spiral/">use the Phi spiral to possibly get a better display of what&#8217;s most relevant</a> in a search result. A former colleague of mine, Johannes Hoff Holmedahl, <a href="//blog.comperiosearch.com/blog/2013/08/07/redesigning-netflix-using-the-phi-spiral/">did a quick test on the theory</a>, and it may actually work.</p>
<p>For the recipe app I want to do something slightly different, showing the absolute search result quality for each result. In other words: If the best search result in a result set is not very good, make it smaller than if it has higher value, thus showing an absolute value for each result. The dialogue equivalent comparing i.e. two movies would be to define the best of them better than the other, but not the best you&#8217;d seen.</p>
<h2>Absolute search result quality</h2>
<p>aka. Absolute visual relevance hierarchy</p>
<p>How do we then measure absolute quality? In an earlier post I described <a href="http://blog.comperiosearch.com/blog/2014/03/07/recipe-app-relevance-tuning-what-is-it-exactly/">what would be our relevancy hierarchy</a>. The more in-season ingredients in a recipe, the better quality.</p>
<p><a href="https://www.flickr.com/photos/eklem/14158409963/"><img class="alignnone" src="https://farm8.staticflickr.com/7349/14158409963_dc2463f1f7.jpg" alt="Visualization of absolute search result quality" width="500" height="281" /></a></p>
<p>I&#8217;ve defined three quality groups for absolute search result quality so far (number of ingredients: n):</p>
<ol>
<li>n &gt;= 4</li>
<li>1 &lt; n &lt; 4</li>
<li>n = 1</li>
</ol>
<p>Here are three different examples on search results set. First has two results with four or more in-season ingredients and second has only one. Third has none, typically something that would happen during the winter months in Norway:</p>
<p><a href="https://www.flickr.com/photos/eklem/14115310566/sizes/l"><img class="alignnone" src="https://farm8.staticflickr.com/7375/14115310566_375a0d5936.jpg" alt="Visualization of absolute search result quality" width="500" height="237" /></a></p>
<p><a href="http://blog.comperiosearch.com/blog/tag/recipe-app/">The recipe app is work in progress</a>. Check back every now and then for new blog posts on the subject.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2014/05/08/how-to-visualize-absolute-search-result-quality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comperio Search London Breakfast Seminar 14th March</title>
		<link>http://blog.comperiosearch.com/blog/2014/03/17/comperio-search-breakfast-seminar-14th-march/</link>
		<comments>http://blog.comperiosearch.com/blog/2014/03/17/comperio-search-breakfast-seminar-14th-march/#comments</comments>
		<pubDate>Mon, 17 Mar 2014 13:07:27 +0000</pubDate>
		<dc:creator><![CDATA[Job Maelane]]></dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Breakfast]]></category>
		<category><![CDATA[business productivity]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[enterprise search]]></category>
		<category><![CDATA[enterprise search strategy]]></category>
		<category><![CDATA[enterprise social networks]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[search driven applications]]></category>
		<category><![CDATA[search driven apps]]></category>
		<category><![CDATA[search seminar]]></category>
		<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[Yammer]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2102</guid>
		<description><![CDATA[Comperio Search would like to thank all the guests who attended the Breakfast seminar last Friday, the 14th of March 2014 in London. Download the presentations: Leveraging Search Based Applications on new Intranet (David Wright, Lead SharePoint Architect, Coutts) Searching Internally Using Enterprise Social Networks (Zane Freame, Technical Sales Professional, Microsoft UK) Enterprise Search Strategy [...]]]></description>
				<content:encoded><![CDATA[<div class="mceTemp">
<div class="mceTemp">
<div class="mceTemp">
<div>
<div class="mceTemp">Comperio Search would like to thank all the guests who attended the Breakfast seminar last Friday, the 14th of March 2014 in London.</div>
</div>
</div>
</div>
</div>
<p>Download the presentations:</p>
<ul>
<li>Leveraging Search Based Applications on new Intranet<br />
(David Wright, Lead SharePoint Architect, Coutts)</li>
<li><a href="http://blog.comperiosearch.com/wp-content/uploads/2014/03/Searching-Internally-Using-Enterprise-Social-Networks.pdf">Searching Internally Using Enterprise Social Networks</a><br />
(Zane Freame, Technical Sales Professional, Microsoft UK)</li>
<li><a href="http://blog.comperiosearch.com/wp-content/uploads/2014/03/Enterprise-Search-Strategy-by-Comperio-Search.pdf">Enterprise Search Strategy by Comperio Search</a><br />
(Job Maelane, John Thompson, Comperio Search)</li>
</ul>
<p>Some pictures from the event&#8230;</p>
<div id="attachment_2111" style="width: 235px" class="wp-caption alignnone"><a href="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0413-e1395071629414.jpg"><img class="size-medium wp-image-2111" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0413-e1395071629414-225x300.jpg" alt="" width="225" height="300" /></a><p class="wp-caption-text">Comperio Search welcomes its guests... </p></div>
<div id="attachment_2112" style="width: 310px" class="wp-caption alignnone"><a href="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0437.jpg"><img class="size-medium wp-image-2112" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0437-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Zane Freame, Technical Sales Professional, Microsoft UK</p></div>
<div id="attachment_2117" style="width: 310px" class="wp-caption alignnone"><a href="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0429.jpg"><img class=" wp-image-2117" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0429-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">David Wright, Lead SharePoint Architect, Coutts</p></div>
<p><a href="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0417.jpg"><img class="alignnone size-medium wp-image-2113" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0417-300x225.jpg" alt="" width="300" height="225" /></a></p>
<div id="attachment_2114" style="width: 310px" class="wp-caption alignnone"><a href="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0460.jpg"><img class=" wp-image-2114" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0460-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Trond Renshuslokken, Comperio CEO</p></div>
<div class="mceTemp"><a href="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0439.jpg"><img class="alignnone  wp-image-2115" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_0439-300x225.jpg" alt="" width="300" height="225" /></a></div>
<div class="mceTemp"></div>
<div class="mceTemp" style="text-align: left"><a href="http://twitter.com/comperiosearch">Follow us on Twitter so you do not miss the next breakfast seminar.</a></div>
<div class="mceTemp" style="text-align: left"></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2014/03/17/comperio-search-breakfast-seminar-14th-march/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ComperioFrokost 12. mars</title>
		<link>http://blog.comperiosearch.com/blog/2014/03/13/comperiofrokost-12-mars/</link>
		<comments>http://blog.comperiosearch.com/blog/2014/03/13/comperiofrokost-12-mars/#comments</comments>
		<pubDate>Thu, 13 Mar 2014 06:28:25 +0000</pubDate>
		<dc:creator><![CDATA[Trond Renshusløkken]]></dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Breakfast]]></category>
		<category><![CDATA[ComperioFrokost]]></category>
		<category><![CDATA[Continental]]></category>
		<category><![CDATA[Elasticsearch]]></category>
		<category><![CDATA[enterprise search]]></category>
		<category><![CDATA[Frokostseminar]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Seminar]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2055</guid>
		<description><![CDATA[Takk til alle 65 deltakerne på vårt frokostseminar på Continental onsdag morgen.
Last ned presentasjonene og se noen utvalgte bilder fra arrangementet.]]></description>
				<content:encoded><![CDATA[<p>Takk til alle 65 deltakerne på vårt frokostseminar på Continental onsdag morgen!</p>
<h3>Last ned presentasjonene:</h3>
<ul>
<li>
<div>
<div><strong><a href="/wp-content/uploads/2014/03/frokost120314_comperio.pdf">Søkemarkedet i 2014</a> </strong>(PDF)</div>
<div>Trond Renshusløkken og Espen Klem, Comperio</div>
</div>
</li>
<li>
<div>
<div><strong><a href="/wp-content/uploads/2014/03/frokost120314_gyldendal.pdf">Bruk av søketeknologi i rettsdata.no</a> </strong>(PDF)</div>
<div>Kristian Skeie, Forlagsdirektør, Gyldendal Rettsdata</div>
</div>
</li>
<li><strong><a href="/wp-content/uploads/2014/03/frokost120314_posten.pdf">Om Postens Tilbudssøk.no</a></strong> (PDF)
<div>
<div>Live Marstein, Prosjektleder, Posten Norge</div>
</div>
</li>
<li>
<div>
<div><strong>Hvordan kan du være innovativ i din virksomhet med Google-teknologi?</strong> (kommer)</div>
<div>Christopher Conradi, Enterprise Sales Manager, Google</div>
</div>
</li>
</ul>
<p>&nbsp;</p>
<h3>Noen utvalgte bilder fra arrangementet:</h3>
<p><img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5323.jpg" alt="" width="600" /><br />
<img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5337.jpg" alt="" width="600" /><br />
Takket være oppussing på Continental fikk alle frokostdeltakerne starte dagen med litt trappetrim.</p>
<p><img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5324.jpg" alt="" width="600" /><br />
<img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5333.jpg" alt="" width="600" /><br />
<img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5335.jpg" alt="" width="350" /><br />
<img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5339.jpg" alt="" width="600" /><br />
Daglig leder i Comperio Trond Renshusløkken ønsker velkommen.</p>
<p><img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5340.jpg" alt="" width="600" /><br />
Trond Renshusløkken, Comperio</p>
<p><img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5346.jpg" alt="" width="600" /><br />
Espen Klem, Comperio</p>
<p><img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5347.jpg" alt="" width="600" /><br />
Kristian Skeie, Gyldendal Rettsdata</p>
<p><img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5351.jpg" alt="" width="600" /><br />
<img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5357.jpg" alt="" width="600" /><br />
Live Marstein, Bring/Posten</p>
<p><img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5361.jpg" alt="" width="350" /><br />
<img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5363.jpg" alt="" width="600" /><br />
<img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5364.jpg" alt="" width="600" /><br />
Christopher Conradi</p>
<p><img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5367.jpg" alt="" width="600" /><br />
<img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5368.jpg" alt="" width="350" /><br />
<img title="Velkommen" src="http://blog.comperiosearch.com/wp-content/uploads/2014/03/IMG_5369.jpg" alt="" width="600" /></p>
<p><a href="http://twitter.com/comperiosearch">Følg oss på Twitter så du ikke går glipp av neste frokostseminar.</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2014/03/13/comperiofrokost-12-mars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 Food Recipe Web Application</title>
		<link>http://blog.comperiosearch.com/blog/2014/02/03/the-seasonal-food-recipe-web-application/</link>
		<comments>http://blog.comperiosearch.com/blog/2014/02/03/the-seasonal-food-recipe-web-application/#comments</comments>
		<pubDate>Mon, 03 Feb 2014 19:14:42 +0000</pubDate>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[Elasticsearch]]></category>
		<category><![CDATA[forage]]></category>
		<category><![CDATA[Forage Document Processor]]></category>
		<category><![CDATA[Forage Search Enginge]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[recipe app]]></category>
		<category><![CDATA[relevancy]]></category>
		<category><![CDATA[relevancy tuning]]></category>
		<category><![CDATA[relevant results]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1942</guid>
		<description><![CDATA[So, what&#8217;s this you ask? It&#8217;s a series of mini-hackathons some of us at Comperio are doing to achieve a small list of goals: Learn more about search, both tech and UX. Show that a nice search user experience doesn&#8217;t need a search input box. Show a search that is light weight. Generally, build something [...]]]></description>
				<content:encoded><![CDATA[<p>So, what&#8217;s this you ask? It&#8217;s a series of mini-hackathons some of us at Comperio are doing to achieve a small list of goals:</p>
<ol>
<li>Learn more about search, both tech and UX.</li>
<li>Show that a nice search user experience doesn&#8217;t need a search input box.</li>
<li>Show a search that is light weight.</li>
<li>Generally, build something nice, quickly, to show off.</li>
</ol>
<p>&#8220;But what is it?&#8221; you ask again. The second answer is that it&#8217;s a search application for recipes containing the most in-season vegetables, fruits, mushrooms, fish, shellfish, poultry and meat. So, a search without a search box giving you the recipes that will make you pick the freshest, most tasty food available at any given time of the year. In Norway, you can get strawberries the whole year around, but it&#8217;s only a month or two during the summer that they taste really good. and are cheap. This goes for a lot of different foods.</p>
<p><a href="http://www.flickr.com/photos/eklem/10562070553/sizes/o/in/photolist-h6knAH-hZUTrM/"><img class="alignnone" src="http://farm3.staticflickr.com/2844/10562070553_436b7db420_c.jpg" alt="Crawling data for the seasonal food recipe web application" width="800" height="574" /></a></p>
<p>We&#8217;ll blog every step of the journey. First small hackathon is this Friday, January 7th. To test our ideas we&#8217;ve already crawled <a href="http://oppskrift.klikk.no/">food recipes from Klikk.no</a>, and transformed them into JSON-format by using Forage Document Processor from <a href="http://blog.comperiosearch.com/blog/2013/11/18/get-the-new-version-of-forage-the-search-server-for-node-js/">Fergus McDowell&#8217;s excellent Forage Search Engine</a>.</p>
<p>Next step is to get an Amazon EC2-server up and running, install <a href="http://www.elasticsearch.org/">Elasticsearch</a>, and feed it recipes in JSON-format. We&#8217;ll also make some rough mockups of how the user interface is going to be, and maybe, hopefully get a simple version of the Seasonal Food Recipe Web Application up and running. If we after a while get enough traffic, we&#8217;ll try to do some machine learning. And we&#8217;ll definitely test out different ways of doing <a href="http://blog.comperiosearch.com/blog/2012/11/21/in-relevance-we-trust/">relevancy tuning</a>.</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/03/the-seasonal-food-recipe-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to monetize with a zero result strategy!</title>
		<link>http://blog.comperiosearch.com/blog/2014/01/08/how-to-monetize-with-a-zero-result-strategy/</link>
		<comments>http://blog.comperiosearch.com/blog/2014/01/08/how-to-monetize-with-a-zero-result-strategy/#comments</comments>
		<pubDate>Wed, 08 Jan 2014 21:25:37 +0000</pubDate>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[log analysis]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[roi]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[zero result]]></category>
		<category><![CDATA[zero results]]></category>

		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1878</guid>
		<description><![CDATA[In Comperio, we create and develop a lot of interesting search solutions for our customers. The UX designers do user interviews, create personas, user stories, concepts analysis and interaction design. The developers follow up with content analysis, installation of software, configuration, development, and a lot of relevancy tuning: &#8220;How can we ensure that the right [...]]]></description>
				<content:encoded><![CDATA[<p>In Comperio, we create and develop a lot of interesting search solutions for our customers. The UX designers do user interviews, create personas, user stories, concepts analysis and interaction design. The developers follow up with content analysis, installation of software, configuration, development, and a lot of relevancy tuning: &#8220;How can we ensure that the right results end up at the top of our result page&#8221; is always one of the big questions.</p>
<p><a href="http://blog.comperiosearch.com/wp-content/uploads/2014/01/ebok-no-zero-results.png"><img class="alignnone wp-image-1879 size-full" style="border: 1px solid black" src="http://blog.comperiosearch.com/wp-content/uploads/2014/01/ebok-no-zero-results.png" alt="How to monetize search, here exemplified by Ebok.no zero result page" width="958" height="787" /></a></p>
<p>But very often a small aspect of search is neglected: The zero result page, or the zero results strategy (There are many reasons for this, I&#8217;ll explain one later*). Yesterday I came across a search that I think could benefit greatly from zero result strategy. I was reading an article about some really good Norwegian authors, and decided to buy some of the books at a Norwegian E-book store called <a href="https://ebok.no/">ebok.no</a>.  The E-book market in Norway is not very big, even if the general book market is. Few books are published as E-books and you often have to wait a while before a book is available as an E-book. I was lucky and found two out of the three books I wanted. The last one: &#8220;Bergeners&#8221; by Tomas Espedal I misspelled a couple of times <a href="https://ebok.no/search/Bergeners/default">before I got it right</a>. Even then I had to check a regular bookstore to see if it was actually correctly spelled.</p>
<h2>Solution: Monetize search</h2>
<p>What if ebok.no, every time a user got a zero result, did a lookup in a database to check if the search query matched an actual book. If yes, say the following:</p>
<blockquote><p>Sorry, we don&#8217;t have the book &#8220;[title]&#8221; by [author] available as an E-book.</p>
<p>Would you like us to send an email when/if it is available as an E-book at ebok.no?</p></blockquote>
<p>It the user agrees, you have achieved one and maybe two things. Firstly, you&#8217;ve made your users do a one time subscription to pay you money even if you slapped them with a zero result. Secondly, if the user wasn&#8217;t a registered user already, you may have convinced him or her to become a registered user later on because of good customer service.</p>
<p>*One reason a zero result strategy often is neglected is that you need the search to be in production for a while before you have enough data to analyse your zero results. In most cases, by that time, the project has ended.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.comperiosearch.com/blog/2014/01/08/how-to-monetize-with-a-zero-result-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
