<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Easy search with ActiveRecord</title>
	<atom:link href="http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 20 Nov 2009 23:38:19 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: New version of Scoped search &#124; Floorplanner Tech Blog</title>
		<link>http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/comment-page-1/#comment-694</link>
		<dc:creator>New version of Scoped search &#124; Floorplanner Tech Blog</dc:creator>
		<pubDate>Mon, 31 Aug 2009 09:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=103#comment-694</guid>
		<description>[...] an almost complete rewrite, I am proud to present version 2.0 of scoped_search, the ActiveRecord plugin that makes it easy to find records using a simple query language. This new version support a new query language that supports more complex constructs, and can [...]</description>
		<content:encoded><![CDATA[<p>[...] an almost complete rewrite, I am proud to present version 2.0 of scoped_search, the ActiveRecord plugin that makes it easy to find records using a simple query language. This new version support a new query language that supports more complex constructs, and can [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby Gem: Escopo de busca fácil no ActiveRecord &#171; FlavioGranero.com</title>
		<link>http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/comment-page-1/#comment-301</link>
		<dc:creator>Ruby Gem: Escopo de busca fácil no ActiveRecord &#171; FlavioGranero.com</dc:creator>
		<pubDate>Fri, 26 Dec 2008 20:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=103#comment-301</guid>
		<description>[...] Fonte: Easy search with ActiveRecord [...]</description>
		<content:encoded><![CDATA[<p>[...] Fonte: Easy search with ActiveRecord [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem van Bergen</title>
		<link>http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/comment-page-1/#comment-188</link>
		<dc:creator>Willem van Bergen</dc:creator>
		<pubDate>Tue, 25 Nov 2008 08:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=103#comment-188</guid>
		<description>Thanks for solving this issue. I have incorporated your changes and released scoped_search 0.7.3.


Thanks for helping out!</description>
		<content:encoded><![CDATA[<p>Thanks for solving this issue. I have incorporated your changes and released scoped_search 0.7.3.</p>
<p>Thanks for helping out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hellberg</title>
		<link>http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/comment-page-1/#comment-187</link>
		<dc:creator>Peter Hellberg</dc:creator>
		<pubDate>Mon, 24 Nov 2008 16:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=103#comment-187</guid>
		<description>Solved the problem by checking self.table_exists?

(Forked the project and sent a pull request)

Do you guys think that this is a sufficient solution?</description>
		<content:encoded><![CDATA[<p>Solved the problem by checking self.table_exists?</p>
<p>(Forked the project and sent a pull request)</p>
<p>Do you guys think that this is a sufficient solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hellberg</title>
		<link>http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/comment-page-1/#comment-186</link>
		<dc:creator>Peter Hellberg</dc:creator>
		<pubDate>Mon, 24 Nov 2008 15:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=103#comment-186</guid>
		<description>I have some issues with Rails 2.2.2 and scoped_search 0.7.2, everything works just fine while running the application.

The problem lies in migrating the production environment.

My project model has searchable_on :customer and it is the second table to be created by the migration scripts.

The error appears when running RAILS_ENV=production rake db:migrate

rake aborted!
Could not find table &#039;projects&#039;

Should I put searchable_on somewhere else so that it isn&#039;t used during migrations?

Thanks for a great piece of code anyways, I just hope to be able to fix my issues.</description>
		<content:encoded><![CDATA[<p>I have some issues with Rails 2.2.2 and scoped_search 0.7.2, everything works just fine while running the application.</p>
<p>The problem lies in migrating the production environment.</p>
<p>My project model has searchable_on :customer and it is the second table to be created by the migration scripts.</p>
<p>The error appears when running RAILS_ENV=production rake db:migrate</p>
<p>rake aborted!<br />
Could not find table &#8216;projects&#8217;</p>
<p>Should I put searchable_on somewhere else so that it isn&#8217;t used during migrations?</p>
<p>Thanks for a great piece of code anyways, I just hope to be able to fix my issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem van Bergen</title>
		<link>http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/comment-page-1/#comment-136</link>
		<dc:creator>Willem van Bergen</dc:creator>
		<pubDate>Thu, 16 Oct 2008 10:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=103#comment-136</guid>
		<description>Sorry for replying so late. Are you still experiencing problems with scoped search? You could add &lt;code&gt;:version =&gt; &#039;&gt;= 0.6.0&#039;&lt;/code&gt; to your config.gem line.</description>
		<content:encoded><![CDATA[<p>Sorry for replying so late. Are you still experiencing problems with scoped search? You could add <code>:version => '>= 0.6.0'</code> to your config.gem line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/comment-page-1/#comment-135</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Sat, 11 Oct 2008 21:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=103#comment-135</guid>
		<description>I believe I figured out what the problem is.  You only have gem version 6.0 registered at github.  I can use it by including :version =&gt; 0.6.0 in the environment config_gem command but that gives other errors.</description>
		<content:encoded><![CDATA[<p>I believe I figured out what the problem is.  You only have gem version 6.0 registered at github.  I can use it by including :version =&gt; 0.6.0 in the environment config_gem command but that gives other errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/comment-page-1/#comment-134</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Sat, 11 Oct 2008 19:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=103#comment-134</guid>
		<description>I add 
config.gem &#039;wvanbergen-scoped_search&#039;, :lib =&gt; &#039;scoped_search&#039;, 
    :source =&gt; &#039;http://gems.github.com&#039;
to my environment
and then 

sudo rake gems:install --trace

* Invoke gems:install (first_time)
** Invoke gems:base (first_time)
** Execute gems:base
** Invoke environment (first_time)
** Execute environment
rake aborted!
wrong number of arguments (2 for 1)
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/locator.rb:92:in `add&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/locator.rb:92:in `plugins&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:63:in `locate_plugins&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:62:in `map&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:62:in `locate_plugins&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:27:in `all_plugins&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:22:in `plugins&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:45:in `add_plugin_load_paths&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb:239:in `add_plugin_load_paths&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb:120:in `process&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb:97:in `send&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb:97:in `run&#039;
/config/environment.rb:13
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#039;
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require&#039;
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in `require&#039;
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:355:in `new_constants_in&#039;
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in `require&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/tasks/misc.rake:3
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in `call&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in `execute&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in `each&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in `execute&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:582:in `invoke_with_call_chain&#039;
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:575:in `invoke_with_call_chain&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:568:in `invoke&#039;
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/tasks/gems.rake:15
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in `call&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in `execute&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in `each&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in `execute&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:582:in `invoke_with_call_chain&#039;
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:575:in `invoke_with_call_chain&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:592:in `invoke_prerequisites&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:589:in `each&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:589:in `invoke_prerequisites&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:581:in `invoke_with_call_chain&#039;
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:575:in `invoke_with_call_chain&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:568:in `invoke&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2031:in `invoke_task&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in `top_level&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in `each&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in `top_level&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2048:in `standard_exception_handling&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2003:in `top_level&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:1982:in `run&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2048:in `standard_exception_handling&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:1979:in `run&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/bin/rake:31
/usr/bin/rake:19:in `load&#039;
/usr/bin/rake:19</description>
		<content:encoded><![CDATA[<p>I add<br />
config.gem &#8216;wvanbergen-scoped_search&#8217;, :lib =&gt; &#8217;scoped_search&#8217;,<br />
    :source =&gt; &#8216;http://gems.github.com&#8217;<br />
to my environment<br />
and then </p>
<p>sudo rake gems:install &#8211;trace</p>
<p>* Invoke gems:install (first_time)<br />
** Invoke gems:base (first_time)<br />
** Execute gems:base<br />
** Invoke environment (first_time)<br />
** Execute environment<br />
rake aborted!<br />
wrong number of arguments (2 for 1)<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/locator.rb:92:in `add&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/locator.rb:92:in `plugins&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:63:in `locate_plugins&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:62:in `map&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:62:in `locate_plugins&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:27:in `all_plugins&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:22:in `plugins&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails/plugin/loader.rb:45:in `add_plugin_load_paths&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb:239:in `add_plugin_load_paths&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb:120:in `process&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb:97:in `send&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb:97:in `run&#8217;<br />
/config/environment.rb:13<br />
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;<br />
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in `require&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:355:in `new_constants_in&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in `require&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/tasks/misc.rake:3<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in `call&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in `execute&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in `each&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in `execute&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:582:in `invoke_with_call_chain&#8217;<br />
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:575:in `invoke_with_call_chain&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:568:in `invoke&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/tasks/gems.rake:15<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in `call&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:621:in `execute&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in `each&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:616:in `execute&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:582:in `invoke_with_call_chain&#8217;<br />
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:575:in `invoke_with_call_chain&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:592:in `invoke_prerequisites&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:589:in `each&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:589:in `invoke_prerequisites&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:581:in `invoke_with_call_chain&#8217;<br />
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:575:in `invoke_with_call_chain&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:568:in `invoke&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2031:in `invoke_task&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in `top_level&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in `each&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2009:in `top_level&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2048:in `standard_exception_handling&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2003:in `top_level&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:1982:in `run&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:2048:in `standard_exception_handling&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake.rb:1979:in `run&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.2/bin/rake:31<br />
/usr/bin/rake:19:in `load&#8217;<br />
/usr/bin/rake:19</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem van Bergen</title>
		<link>http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/comment-page-1/#comment-124</link>
		<dc:creator>Willem van Bergen</dc:creator>
		<pubDate>Sun, 21 Sep 2008 12:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=103#comment-124</guid>
		<description>I haven&#039;t done any significant testing on performance. Having said that, its performance is acceptable when using it for searching the significant list of Floorplanner projects. If you&#039;re using MySQL, you may want to add a fulltext index on the fields you are searching to improve performance.

However, this plugin is meant to provide basic search functionality to your application. If search is really important for your site and it contains a lot of data, a fulltext search engine might be more appropriate. There are several fulltext search plugins available that offer better performance and better results, but are far more difficult to set up and maintain.

My advise: use this plugin to quickly add search functionality. Change to a fulltext search engine once you need the extra performance.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t done any significant testing on performance. Having said that, its performance is acceptable when using it for searching the significant list of Floorplanner projects. If you&#8217;re using MySQL, you may want to add a fulltext index on the fields you are searching to improve performance.</p>
<p>However, this plugin is meant to provide basic search functionality to your application. If search is really important for your site and it contains a lot of data, a fulltext search engine might be more appropriate. There are several fulltext search plugins available that offer better performance and better results, but are far more difficult to set up and maintain.</p>
<p>My advise: use this plugin to quickly add search functionality. Change to a fulltext search engine once you need the extra performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Reid</title>
		<link>http://techblog.floorplanner.com/2008/07/26/easy-search-with-activerecord/comment-page-1/#comment-123</link>
		<dc:creator>Stephen Reid</dc:creator>
		<pubDate>Sun, 21 Sep 2008 11:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=103#comment-123</guid>
		<description>Great plugin! The implementation as a named_scope makes it super easy to use.

Do you have any information on how it scales? i.e. How long does it take to Project.seach_for(params[:q]) when there are thousands or even millions of projects?</description>
		<content:encoded><![CDATA[<p>Great plugin! The implementation as a named_scope makes it super easy to use.</p>
<p>Do you have any information on how it scales? i.e. How long does it take to Project.seach_for(params[:q]) when there are thousands or even millions of projects?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
