<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 == 07-01-2008 initial import
  
- * added original files
\ No newline at end of file
+ * added original files
+ * added ability to accept :within and :origin finder option keys
\ No newline at end of file</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -32,7 +32,7 @@ module ActiveRecord
 		
 			module SingletonMethods
 				def search(tokens, options = {}, transform = true)
-					options.assert_valid_keys :conditions, :order, :limit, :include
+					options.assert_valid_keys :conditions, :order, :limit, :include, :origin, :within
 					token_list = tokens.strip
 					if transform then
 						token_list = &quot;+&quot; + tokens.downcase.split(&quot; &quot;).collect {|c| c.strip }.uniq.sort.join(&quot;* +&quot;) + &quot;*&quot;
@@ -42,7 +42,7 @@ module ActiveRecord
 					conditions &lt;&lt; &quot; AND #{sanitize_sql(options.delete(:conditions))}&quot; if options[:conditions]
 					options[:include] ||= []
 					
-					valid_keys = [:include, :order, :limit, :offset]
+					valid_keys = [:include, :order, :limit, :offset, :origin, :within]
 					options.reject! {|k, v| !valid_keys.include? k }
 					options[:include] = [:fulltext_index] + options[:include]
 					options[:conditions] = conditions					</diff>
      <filename>lib/acts_as_fulltext_indexed.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a3203f7ecdd55a38f5cf5f1c3b72323ccd26e385</id>
    </parent>
  </parents>
  <author>
    <name>Russell Jones</name>
    <email>spam@codeofficer.com</email>
  </author>
  <url>http://github.com/CodeOfficer/acts_as_fulltext_indexed/commit/eb962f51729fe5e8efa27ee6d41ded6ea560eb10</url>
  <id>eb962f51729fe5e8efa27ee6d41ded6ea560eb10</id>
  <committed-date>2008-07-01T01:43:37-07:00</committed-date>
  <authored-date>2008-07-01T01:43:37-07:00</authored-date>
  <message>added ability to accept :within and :origin finder option keys</message>
  <tree>8ed0440db79bad051d6fc4408c890dcd12ccb92d</tree>
  <committer>
    <name>Russell Jones</name>
    <email>spam@codeofficer.com</email>
  </committer>
</commit>
