<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -91,6 +91,12 @@ module Sortable
       #   
       #   and the table is now sortable by a related object's column and is the default sort value for the table.
       #
+      # Search. You can specify what columns are searchable on your objects as follows:
+      #   :search_array =&gt; ['cablecar_users.username', 'cablecar_users.name']
+      # 
+      # Now search queries will only search username and name for users. By default search is enabled for all columns
+      # that are being displayed in the table. This allows you to expand or constrain those values.
+      #
       def sortable_table(klass, options={})
         @@sortable_table_options ||={}
 </diff>
      <filename>lib/sortable.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>604dd9e9350201c755677aa9300dd9afd553f028</id>
    </parent>
  </parents>
  <author>
    <name>Michael Kovacs</name>
    <email>kovacs@gmail.com</email>
  </author>
  <url>http://github.com/kovacs/sortable/commit/c2863ec3576d4a0d2c51efdcb818de6865121afe</url>
  <id>c2863ec3576d4a0d2c51efdcb818de6865121afe</id>
  <committed-date>2009-06-30T18:12:50-07:00</committed-date>
  <authored-date>2009-06-30T18:12:50-07:00</authored-date>
  <message>add doc for search array</message>
  <tree>b8af53d45e968ff7e9a50120f9f50acf41530354</tree>
  <committer>
    <name>Michael Kovacs</name>
    <email>kovacs@gmail.com</email>
  </committer>
</commit>
