<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Board Games Search</title>
	<atom:link href="http://www.fastmovinggames.com/blog/2008/03/14/board-games-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fastmovinggames.com/blog/2008/03/14/board-games-search/</link>
	<description>We're journaling the development of FastMovingGames, our new online service for board gamers - read on for previews, tech insights, and news of the launch!</description>
	<pubDate>Wed, 08 Sep 2010 01:11:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Dan</title>
		<link>http://www.fastmovinggames.com/blog/2008/03/14/board-games-search/#comment-60</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 17 Mar 2008 00:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.fastmovinggames.com/blog/2008/03/14/board-games-search/#comment-60</guid>
		<description>I've had to implement some anti-spam measures on the blog due to the amount of automated spam that I get through the comments.  This JS/Cookie thing is a side-effect of that, but glad to see your post still came through though.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had to implement some anti-spam measures on the blog due to the amount of automated spam that I get through the comments.  This JS/Cookie thing is a side-effect of that, but glad to see your post still came through though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.fastmovinggames.com/blog/2008/03/14/board-games-search/#comment-59</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 17 Mar 2008 00:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.fastmovinggames.com/blog/2008/03/14/board-games-search/#comment-59</guid>
		<description>Good call - I thought about using a simple wildcard search failing anything else, although this isn't great with large number of records and on a performant web database - still, could use gamename% without first wildcard to at least force using an index.</description>
		<content:encoded><![CDATA[<p>Good call - I thought about using a simple wildcard search failing anything else, although this isn&#8217;t great with large number of records and on a performant web database - still, could use gamename% without first wildcard to at least force using an index.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://www.fastmovinggames.com/blog/2008/03/14/board-games-search/#comment-58</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Mon, 17 Mar 2008 00:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.fastmovinggames.com/blog/2008/03/14/board-games-search/#comment-58</guid>
		<description>PS: The first time I submitted that comment, I got an error from the Wordpress system saying "please enable javascript and cookies on your browser", I clicked back, and then submit again and it worked... weird.</description>
		<content:encoded><![CDATA[<p>PS: The first time I submitted that comment, I got an error from the Wordpress system saying &#8220;please enable javascript and cookies on your browser&#8221;, I clicked back, and then submit again and it worked&#8230; weird.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://www.fastmovinggames.com/blog/2008/03/14/board-games-search/#comment-57</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Mon, 17 Mar 2008 00:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fastmovinggames.com/blog/2008/03/14/board-games-search/#comment-57</guid>
		<description>Maybe you could throw in a simple "contains" search for luck. The natural language search is great as you say, but what if the site in the case of a zero-result natural language search does a super simple "games.name LIKE '%$search_string%'" type WHERE clause, as well as the SOUNDS LIKE that you are using for the similar results. Just tested it on my server and it is happy to look for little words, even "the" is acceptable.</description>
		<content:encoded><![CDATA[<p>Maybe you could throw in a simple &#8220;contains&#8221; search for luck. The natural language search is great as you say, but what if the site in the case of a zero-result natural language search does a super simple &#8220;games.name LIKE &#8216;%$search_string%&#8217;&#8221; type WHERE clause, as well as the SOUNDS LIKE that you are using for the similar results. Just tested it on my server and it is happy to look for little words, even &#8220;the&#8221; is acceptable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
