<?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>BOSS Hacks - an unofficial Yahoo! BOSS blog &#187; Troubleshooting</title>
	<atom:link href="http://www.bosshacks.com/category/tips-and-tricks/troubleshooting/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bosshacks.com</link>
	<description></description>
	<lastBuildDate>Wed, 03 Feb 2010 17:03:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Watch that Request Length</title>
		<link>http://www.bosshacks.com/watch-that-request-length.html</link>
		<comments>http://www.bosshacks.com/watch-that-request-length.html#comments</comments>
		<pubDate>Tue, 15 Dec 2009 00:37:12 +0000</pubDate>
		<dc:creator>Ted</dc:creator>
				<category><![CDATA[BOSS Functionality]]></category>
		<category><![CDATA[Sites attribute]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[BOSS]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[Yahoo BOSS]]></category>

		<guid isPermaLink="false">http://www.bosshacks.com/?p=163</guid>
		<description><![CDATA[Yahoo! BOSS&#8216;s sites param gives us great flexibility in creating vertical search engines. However, we are limited by the number of characters. Here are some tips in keeping the length as short as possible. Forget passing subdirectories: foo.com/bar is considered the same as foo.com. BOSS will differentiate between subdomains bar.foo.com is not the same as [...]]]></description>
			<content:encoded><![CDATA[<p><a class="zem_slink" href="http://developer.yahoo.com/search/boss/" title="Yahoo! BOSS" rel="homepage">Yahoo! BOSS</a>&#8216;s sites param gives us great flexibility in creating vertical <a class="zem_slink" href="http://en.wikipedia.org/wiki/Web_search_engine" title="Web search engine" rel="wikipedia">search engines</a>. However, we are limited by the number of characters. Here are some tips in keeping the length as short as possible.</p>
<ol>
<li>Forget passing subdirectories: foo.com/bar is considered the same as foo.com. BOSS will differentiate between subdomains bar.foo.com is not the same as foo.com. In a real-world example passing finance.yahoo.com/news will be interpreted as finance.yahoo.com. But finance.yahoo.com will give a different result than sports.yahoo.com.</li>
<li>Remove www from the url. This is just wasting space. There may be an exception when the site was not setup to work without the www subdomain. I doubt this would make an impact.</li>
</ol>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://arnoldit.com/wordpress/2009/08/20/yahoo-boss-to-push-around-bing/">Yahoo BOSS to Push Around Bing</a> (arnoldit.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.techcrunch.com/2009/11/03/oneriot-confirms-theyre-building-yahoos-real-time-search-engine/">OneRiot Confirms They&#8217;re Building Yahoo&#8217;s Real Time Search Engine</a> (techcrunch.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.techcrunch.com/2009/08/18/yahoo-boss-might-be-bigger-than-bing/">Yahoo BOSS Might Be Bigger Than Bing</a> (techcrunch.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.ysearchblog.com/2009/10/15/accessing-searchmonkey-structured-objects-via-boss/">Accessing SearchMonkey Structured Objects via BOSS</a> (ysearchblog.com)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bosshacks.com/watch-that-request-length.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting: Watch for extra commas</title>
		<link>http://www.bosshacks.com/troubleshooting-boss-commas.html</link>
		<comments>http://www.bosshacks.com/troubleshooting-boss-commas.html#comments</comments>
		<pubDate>Tue, 28 Apr 2009 09:51:28 +0000</pubDate>
		<dc:creator>Ted</dc:creator>
				<category><![CDATA[Sites attribute]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.bosshacks.com/?p=42</guid>
		<description><![CDATA[I&#8217;m working on a new art search engine that features a large list of museums in the sites attribute. The url length is pushing the limits of the http char count, so I assumed my problems of spam sites infiltrating results was based on the string length. A recent discussion on the BOSS users mailing [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a new art search engine that features a large list of museums in the sites attribute. The url length is pushing the limits of the http char count, so I assumed my problems of spam sites infiltrating results was based on the string length.</p>
<p>A recent discussion on the <a href="http://tech.groups.yahoo.com/group/ysearchboss/message/1736">BOSS users mailing list</a> led me to discuss this with one of the BOSS engineers today and we discovered a more basic problem with my requests. I was sending extra commas in the string. Instead of this: <samp><strong>moma.org,louvre.fr</strong></samp> I had <samp><strong>moma.org,,louvre.fr</strong></samp>. </p>
<p>Sometimes  you need to go back to basics to find your problems. Thanks to Mithun for helping me out.</p>
<p>I don&#8217;t know if this is the cause of Michael&#8217;s problems in the original mailing list request, but it is a good thing to remember.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosshacks.com/troubleshooting-boss-commas.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
