<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -221,26 +221,24 @@ Exceptons :
 44:       &lt;span class=&quot;ruby-identifier&quot;&gt;search_conditions&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;each_with_index&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;do&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;|&lt;/span&gt;&lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;index&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;|&lt;/span&gt;
 45:         &lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt; = &lt;span class=&quot;ruby-node&quot;&gt;&amp;quot;keyword_#{index}&amp;quot;&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;to_sym&lt;/span&gt;
 46:         &lt;span class=&quot;ruby-identifier&quot;&gt;conditions&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;case&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;last&lt;/span&gt;
-47:                         &lt;span class=&quot;ruby-comment cmt&quot;&gt;# Still thinking about this one&lt;/span&gt;
-48:                         &lt;span class=&quot;ruby-comment cmt&quot;&gt;# when :integer: integer_conditions(keyword_name, search_condition.first)&lt;/span&gt;
-49:           
-50:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:like&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;like_condition&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)
-51:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:not&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;not_like_condition&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)
-52:             
-53:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:or&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;or_condition&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)
-54:       
-55:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:less_than_date&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;less_than_date&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)      
-56:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:less_than_or_equal_to_date&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;less_than_or_equal_to_date&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)   
-57:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:as_of_date&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;as_of_date&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)      
-58:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:greater_than_date&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;greater_than_date&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;) 
-59:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:greater_than_or_equal_to_date&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;greater_than_or_equal_to_date&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)   
-60:                         
-61:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:between_dates&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;between_dates&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)                                                        
-62:                       &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;          
-63:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-64: 
-65:       [&lt;span class=&quot;ruby-identifier&quot;&gt;conditions&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;compact&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;join&lt;/span&gt;(&lt;span class=&quot;ruby-value str&quot;&gt;' AND '&lt;/span&gt;), &lt;span class=&quot;ruby-ivar&quot;&gt;@query_params&lt;/span&gt;] 
-66:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
+47:                         &lt;span class=&quot;ruby-comment cmt&quot;&gt;# :like also handles integers&lt;/span&gt;
+48:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:like&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;like_condition&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)
+49:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:not&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;not_like_condition&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)
+50:             
+51:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:or&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;or_condition&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)
+52:       
+53:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:less_than_date&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;less_than_date&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)      
+54:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:less_than_or_equal_to_date&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;less_than_or_equal_to_date&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)   
+55:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:as_of_date&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;as_of_date&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)      
+56:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:greater_than_date&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;greater_than_date&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;) 
+57:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:greater_than_or_equal_to_date&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;greater_than_or_equal_to_date&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)   
+58:                         
+59:                         &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:between_dates&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;between_dates&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;keyword_name&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;search_condition&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;)                                                        
+60:                       &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;          
+61:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
+62: 
+63:       [&lt;span class=&quot;ruby-identifier&quot;&gt;conditions&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;compact&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;join&lt;/span&gt;(&lt;span class=&quot;ruby-value str&quot;&gt;' AND '&lt;/span&gt;), &lt;span class=&quot;ruby-ivar&quot;&gt;@query_params&lt;/span&gt;] 
+64:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
 &lt;/pre&gt;
           &lt;/div&gt;
         &lt;/div&gt;</diff>
      <filename>classes/ScopedSearch/QueryConditionsBuilder.html</filename>
    </modified>
    <modified>
      <diff>@@ -256,7 +256,7 @@ Build the conditions tree based on the tokens found.
 69:             &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
 70:         &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
 71:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-72:       
+72: 
 73:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;conditions_tree&lt;/span&gt;
 74:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
 &lt;/pre&gt;</diff>
      <filename>classes/ScopedSearch/QueryLanguageParser.html</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Thu, 29 Jan 2009 06:38:42 +0100
+Thu, 18 Jun 2009 19:42:19 +0200</diff>
      <filename>created.rid</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;Thu Jan 29 06:36:25 +0100 2009&lt;/td&gt;
+      &lt;td&gt;Sun Feb 01 10:38:19 +0100 2009&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;
@@ -71,24 +71,42 @@
     &lt;div id=&quot;description&quot;&gt;
       &lt;h1&gt;scoped_search&lt;/h1&gt;
 &lt;p&gt;
-This simple plugin will make it easy to search your ActiveRecord models.
-Searching is performed using a query string, which should be passed to the
-named_scope &lt;b&gt;search_for&lt;/b&gt; that uses SQL %LIKE% conditions for searching
-(ILIKE for Postgres). You can specify what fields should be used for
-searching.
+The &lt;b&gt;scoped_search&lt;/b&gt; Rails plugin makes it easy to search your
+ActiveRecord models. Searching is performed using a query string, which
+should be passed to the named_scope &lt;b&gt;search_for&lt;/b&gt; that uses SQL
+&lt;tt&gt;LIKE %keyword%&lt;/tt&gt; conditions for searching (ILIKE for Postgres). You
+can specify what fields should be used for searching.
 &lt;/p&gt;
 &lt;h2&gt;Installing&lt;/h2&gt;
+&lt;p&gt;
+The recommended method to enable scoped_search in your project is adding
+the scoped_search gem to your environment. Add the following code to your
+Rails configuration in &lt;tt&gt;config/environment.rb&lt;/tt&gt;:
+&lt;/p&gt;
+&lt;pre&gt;
+  Rails::Initializer.run do |config|
+    ...
+    config.gem 'wvanbergen-scoped_search', :lib =&amp;gt; 'scoped_search',
+                   source =&amp;gt; 'http://gems.github.com/'
+  end
+&lt;/pre&gt;
+&lt;p&gt;
+Run &lt;tt&gt;sudo rake gems:install&lt;/tt&gt; to install the gem.
+&lt;/p&gt;
+&lt;p&gt;
+Another alternative is to install scoped_search as a Rails plugin:
+&lt;/p&gt;
 &lt;pre&gt;
-        gem install wvanbergen-scoped_search -s http://gems.github.com
+  script/plugin install git://github.com/wvanbergen/scoped_search.git
 &lt;/pre&gt;
 &lt;h2&gt;Usage&lt;/h2&gt;
 &lt;p&gt;
 First, you have to specify in what columns should be searched:
 &lt;/p&gt;
 &lt;pre&gt;
-        class User &amp;lt; ActiveRecord::Base
-          searchable_on :first_name, :last_name
-        end
+  class User &amp;lt; ActiveRecord::Base
+    searchable_on :first_name, :last_name
+  end
 &lt;/pre&gt;
 &lt;p&gt;
 Now, the &lt;b&gt;search_for&lt;/b&gt; scope is available for queries. You should pass
@@ -96,7 +114,7 @@ a query string to the scope. This can be empty or nil, in which case all no
 search conditions are set (and all records will be returned).
 &lt;/p&gt;
 &lt;pre&gt;
-        User.search_for(params[:q]).each { |project| ... }
+  User.search_for(params[:q]).each { |project| ... }
 &lt;/pre&gt;
 &lt;p&gt;
 You can also search on associate models. This works with &lt;b&gt;belongs_to&lt;/b&gt;,
@@ -105,56 +123,57 @@ You can also search on associate models. This works with &lt;b&gt;belongs_to&lt;/b&gt;,
 created_at, updated_at)
 &lt;/p&gt;
 &lt;pre&gt;
-        class User &amp;lt; ActiveRecord::Base
-          has_many: notes
-          searchable_on :first_name, :last_name, :notes_title, :notes_content
-        end
+  class User &amp;lt; ActiveRecord::Base
+    has_many: notes
+    searchable_on :first_name, :last_name, :notes_title, :notes_content
+  end
 &lt;/pre&gt;
 &lt;p&gt;
 The search query language is simple. It supports these constructs:
 &lt;/p&gt;
 &lt;ul&gt;
-&lt;li&gt;&lt;b&gt;words:&lt;/b&gt; some search keywords
+&lt;li&gt;&lt;b&gt;words:&lt;/b&gt; &lt;tt&gt;some search keywords&lt;/tt&gt;
 
 &lt;/li&gt;
-&lt;li&gt;&lt;b&gt;phrases:&lt;/b&gt; &amp;quot;a single search phrase&amp;quot;
+&lt;li&gt;&lt;b&gt;phrases:&lt;/b&gt; &lt;tt&gt;&amp;quot;a single search phrase&amp;quot;&lt;/tt&gt;
 
 &lt;/li&gt;
-&lt;li&gt;&lt;b&gt;negation:&lt;/b&gt; &amp;quot;look for this&amp;quot; -&amp;quot;but do not look for this
-phrase and this&amp;quot; -word
+&lt;li&gt;&lt;b&gt;negation:&lt;/b&gt; &lt;tt&gt;&amp;quot;look for this&amp;quot; -&amp;quot;but do not look for
+this phrase and this&amp;quot; -word&lt;/tt&gt;
 
 &lt;/li&gt;
-&lt;li&gt;&lt;b&gt;OR words/phrases:&lt;/b&gt; word/phrase OR word/phrase. Example: &amp;quot;Hello
-World&amp;quot; OR &amp;quot;Hello Moon&amp;quot;
+&lt;li&gt;&lt;b&gt;OR words/phrases:&lt;/b&gt; word/phrase OR word/phrase. Example:
+&lt;tt&gt;&amp;quot;Hello World&amp;quot; OR &amp;quot;Hello Moon&amp;quot;&lt;/tt&gt;
 
 &lt;/li&gt;
 &lt;li&gt;&lt;b&gt;dates:&lt;/b&gt; mm/dd/yyyy, dd/mm/yyyy, yyyy/mm/dd, yyyy-mm-dd
 
 &lt;/li&gt;
 &lt;li&gt;&lt;b&gt;date ranges:&lt;/b&gt; &amp;gt; date, &amp;gt;= date, &amp;lt; date, &amp;lt;= date, date TO
-date. Examples: &amp;gt; mm/dd/yyyy, &amp;lt; yyyy-mm-dd
+date. Examples: &lt;tt&gt;&amp;gt; 30/05/1983&lt;/tt&gt;, &lt;tt&gt;&amp;lt; 2009-01-30&lt;/tt&gt;
 
 &lt;/li&gt;
 &lt;/ul&gt;
 &lt;p&gt;
-This functionality is build on named_scope. The searchable_on statement
-creates a named_scope &lt;b&gt;search_for&lt;/b&gt;. Because of this, you can actually
-chain the call with other scopes. For example, this can be very useful if
-you only want to search in projects that are accessible by a given user.
+This functionality is build on &lt;tt&gt;named_scope&lt;/tt&gt;. The searchable_on
+statement creates a named_scope &lt;b&gt;search_for&lt;/b&gt;. Because of this, you can
+actually chain the call with other scopes. For example, this can be very
+useful if you only want to search in projects that are accessible by a
+given user.
 &lt;/p&gt;
 &lt;pre&gt;
-        class Project &amp;lt; ActiveRecord::Base
-          searchable_on :name, :description
-          named_scope :accessible_by, lambda { |user| ... }
-        end
+  class Project &amp;lt; ActiveRecord::Base
+    searchable_on :name, :description
+    named_scope :accessible_by, lambda { |user| ... }
+  end
 
-        # using chained named_scopes and will_paginate
-        Project.accessible_by(current_user).search_for(params[:q]).paginate(:page =&amp;gt; params[:page], :include =&amp;gt; :tasks)
+  # using chained named_scopes and will_paginate
+  Project.accessible_by(current_user).search_for(params[:q]).paginate(:page =&amp;gt; params[:page], :include =&amp;gt; :tasks)
 &lt;/pre&gt;
 &lt;h2&gt;Additional resources&lt;/h2&gt;
 &lt;ul&gt;
 &lt;li&gt;Source code: &lt;a
-href=&quot;http://github.com/wvanbergen/scoped_search&quot;&gt;github.com/wvanbergen/scoped_search&lt;/a&gt;
+href=&quot;http://github.com/wvanbergen/scoped_search/tree/master&quot;&gt;github.com/wvanbergen/scoped_search/tree/master&lt;/a&gt;
 
 &lt;/li&gt;
 &lt;li&gt;Project wiki: &lt;a
@@ -166,14 +185,16 @@ href=&quot;http://wvanbergen.github.com/scoped_search&quot;&gt;wvanbergen.github.com/scoped_s
 
 &lt;/li&gt;
 &lt;li&gt;wvanbergen&amp;#8216;s blog posts: &lt;a
-href=&quot;http://techblog.floorplanner.com/tag/scoped_search&quot;&gt;techblog.floorplanner.com/tag/scoped_search&lt;/a&gt;/
+href=&quot;http://techblog.floorplanner.com/tag/scoped_search&quot;&gt;techblog.floorplanner.com/tag/scoped_search&lt;/a&gt;
 
 &lt;/li&gt;
 &lt;/ul&gt;
 &lt;h2&gt;License&lt;/h2&gt;
 &lt;p&gt;
-This plugin is released under the MIT license. Please contact (willem AT
-vanbergen DOT org) if you have any suggestions or remarks.
+This plugin is released under the MIT license. Please contact weshays (&lt;a
+href=&quot;http://github.com/weshays&quot;&gt;github.com/weshays&lt;/a&gt;) or wvanbergen (&lt;a
+href=&quot;http://github.com/wvanbergen&quot;&gt;github.com/wvanbergen&lt;/a&gt;) for any
+questions.
 &lt;/p&gt;
 
     &lt;/div&gt;</diff>
      <filename>files/README_rdoc.html</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;Thu Jan 29 06:36:13 +0100 2009&lt;/td&gt;
+      &lt;td&gt;Thu Jun 18 19:40:58 +0200 2009&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;</diff>
      <filename>files/lib/scoped_search/query_conditions_builder_rb.html</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;Thu Jan 29 06:36:13 +0100 2009&lt;/td&gt;
+      &lt;td&gt;Wed Feb 25 08:25:46 +0100 2009&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;</diff>
      <filename>files/lib/scoped_search/query_language_parser_rb.html</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;Thu Jan 29 06:36:13 +0100 2009&lt;/td&gt;
+      &lt;td&gt;Wed Feb 25 08:25:35 +0100 2009&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;</diff>
      <filename>files/lib/scoped_search/reg_tokens_rb.html</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;Thu Jan 29 06:36:13 +0100 2009&lt;/td&gt;
+      &lt;td&gt;Wed Feb 25 08:25:35 +0100 2009&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;</diff>
      <filename>files/lib/scoped_search_rb.html</filename>
    </modified>
    <modified>
      <diff>@@ -20,9 +20,7 @@
 &lt;div id=&quot;index&quot;&gt;
   &lt;h1 class=&quot;section-bar&quot;&gt;Files&lt;/h1&gt;
   &lt;div id=&quot;index-entries&quot;&gt;
-    &lt;a href=&quot;files/CHANGELOG_rdoc.html&quot;&gt;CHANGELOG.rdoc&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;files/README_rdoc.html&quot;&gt;README.rdoc&lt;/a&gt;&lt;br /&gt;
-    &lt;a href=&quot;files/TODO_rdoc.html&quot;&gt;TODO.rdoc&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;files/lib/scoped_search_rb.html&quot;&gt;lib/scoped_search.rb&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;files/lib/scoped_search/query_conditions_builder_rb.html&quot;&gt;lib/scoped_search/query_conditions_builder.rb&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;files/lib/scoped_search/query_language_parser_rb.html&quot;&gt;lib/scoped_search/query_language_parser.rb&lt;/a&gt;&lt;br /&gt;</diff>
      <filename>fr_file_index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>704685658c4ed36d8c00381b2a3237c81d90e59a</id>
    </parent>
  </parents>
  <author>
    <name>Willem van Bergen</name>
    <email>willem@vanbergen.org</email>
  </author>
  <url>http://github.com/wvanbergen/scoped_search/commit/1c626dcc3bb2648a64f875331f3e4049de11ef31</url>
  <id>1c626dcc3bb2648a64f875331f3e4049de11ef31</id>
  <committed-date>2009-06-18T10:42:25-07:00</committed-date>
  <authored-date>2009-06-18T10:42:25-07:00</authored-date>
  <message>Publishing newest RDoc documentation for scoped_search</message>
  <tree>9cab174ea80a26d030bd56515b97583c11694717</tree>
  <committer>
    <name>Willem van Bergen</name>
    <email>willem@vanbergen.org</email>
  </committer>
</commit>
