<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,13 +5,4 @@ class Shout &lt; ActiveRecord::Base
   belongs_to :company
   belongs_to :user
 
-  def self.full_text_search(q, options = {})
-    return nil if q.nil? or q==&quot;&quot;
-    default_options = {:limit =&gt; 20, :page =&gt; 1}
-    options = default_options.merge options
-    options[:offset] = options[:limit] * (options.delete(:page).to_i-1)
-    results = WorkLog.find_with_ferret(q, options)
-    return [results.total_hits, results]
-  end
-
 end</diff>
      <filename>app/models/shout.rb</filename>
    </modified>
    <modified>
      <diff>@@ -592,15 +592,6 @@ class Task &lt; ActiveRecord::Base
     find_by_sql(sql)
   end
 
-  def self.full_text_search(q, options = {})
-    return nil if q.nil? or q==&quot;&quot;
-    default_options = {:limit =&gt; 20, :page =&gt; 1}
-    options = default_options.merge options
-    options[:offset] = options[:limit] * (options.delete(:page).to_i-1)
-    results = Task.find_with_ferret(q, options)
-    return [results.total_hits, results]
-  end
-
   def self.search(user, keys)
     tf = TaskFilter.new(:user =&gt; user)
 </diff>
      <filename>app/models/task.rb</filename>
    </modified>
    <modified>
      <diff>@@ -60,15 +60,6 @@ class WorkLog &lt; ActiveRecord::Base
   
   }
 
-  def self.full_text_search(q, options = {})
-    return nil if q.nil? or q==&quot;&quot;
-    default_options = {:limit =&gt; 10, :page =&gt; 1}
-    options = default_options.merge options
-    options[:offset] = options[:limit] * (options.delete(:page).to_i-1)
-    results = WorkLog.find_with_ferret(q, options)
-    return [results.total_hits, results]
-  end
-
   ###
   # Creates and saves a worklog for the given task.
   # If comment is given, it will be escaped before saving.</diff>
      <filename>app/models/work_log.rb</filename>
    </modified>
    <modified>
      <diff>@@ -177,10 +177,6 @@ File.open(&quot;config/juggernaut_config.yml&quot;, &quot;w&quot;) do |file|
   file.puts jug
 end
 
-puts &quot;  Creating config/ferret_server.yml&quot;
-system(&quot;cp config/ferret_server.yml-example config/ferret_server.yml&quot;)
-puts
-
 puts &quot;Creating directories...&quot;
 
 puts &quot;  log...&quot;
@@ -297,7 +293,6 @@ puts &quot;---------&quot;
 
 puts
 puts &quot;Please start the required services by entering the following in a console:&quot;
-puts &quot;  ./script/ferret_server -e production start&quot;
 puts &quot;  nohup ./script/push_server &amp;&quot;
 puts &quot;Make sure passenger and apache httpd are properly set up and a virtual host defined.&quot;
 puts</diff>
      <filename>setup.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>config/ferret_server.yml-example</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>1a5fe33ac93f535990a4e8491c059e4580212032</id>
    </parent>
  </parents>
  <author>
    <name>Ari Maniatis</name>
    <email>ari@ish.com.au</email>
  </author>
  <url>http://github.com/ari/clockingit/commit/11edf1b532c2ed1fe74fe36f2d254135e84acbbb</url>
  <id>11edf1b532c2ed1fe74fe36f2d254135e84acbbb</id>
  <committed-date>2009-10-17T19:16:15-07:00</committed-date>
  <authored-date>2009-10-17T19:16:15-07:00</authored-date>
  <message>Remove leftover ferret bits.</message>
  <tree>507e96512db507cce6f1393334b17ee6dbe300ef</tree>
  <committer>
    <name>Ari Maniatis</name>
    <email>ari@ish.com.au</email>
  </committer>
</commit>
