<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>db/migrate/001_add_sphinx_columns_to_pages.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,23 +4,20 @@ Adds ThinkingSphinx [http://ts.freelancing-gods.com/] support to Radiant.
 
 == Usage
 
-You'll need the ThinkingSphinx plugin installed. You'll probably want to use
-a recent revision -- versions of TS prior to July 2008 may not be capable of
-indexing the complete content of every page.
-
-By default, the first 8kB of any page's concatenated page parts will be 
-indexed. You can change this in page_extensions.rb if that's not enough 
-space, or if you wish to reduce it in order to keep your indexes lean.
-
-The Page index is defined for you. Pages will be indexed on title and content,
-with a field boost applied to title. Attributes are added to the index for 
-status_id and updated_at. An additional column is added to the Pages table 
-containing a 'searchable' boolean; toggle this on/off from within the page 
-edit view to control which pages appear in your search results.
-
-Remember to call Page.search with +:conditions =&gt; {:searchable =&gt; 1}+ as this
-filter is not set by default. Otherwise, searching works as described in the 
-Thinking Sphinx documentation.
+You'll need to manually install the ThinkingSphinx plugin. If you're using
+MySQL, this extension requires Thinking Sphinx revision 74a529c7 (Nov. 1 '08)
+or later due to some quirky database behavior.
+
+By default, only the first 8kB of any page's content will be indexed. You can 
+change this in page_extensions.rb if that's not enough space, or if you wish
+to reduce that in order to keep your indexes lean.
+
+This extension defines a Page index for you. Pages will be indexed on title 
+and content, with a field boost applied to title. Included attributes are: 
+status_id, updated_at, and a +searchable+ boolean. You can toggle the 
+searchable attribute from within the page edit view if you wish to restrict
+certain pages from appearing in the results -- just remember to call
+Page.search with +:conditions =&gt; { :searchable =&gt; 1 }+ if that's the case.
 
 ==============================================================================
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>db/migrate/001_add_site_id_to_pages.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>94cb6e64051b8d82c8d186fe506b00b268fede8f</id>
    </parent>
  </parents>
  <author>
    <name>Josh French</name>
    <email>josh@digitalpulp.com</email>
  </author>
  <url>http://github.com/digitalpulp/radiant-sphinx-search-extension/commit/462a8b672b33cd0d35868a6e522566c215f1a470</url>
  <id>462a8b672b33cd0d35868a6e522566c215f1a470</id>
  <committed-date>2008-11-03T06:41:58-08:00</committed-date>
  <authored-date>2008-11-03T06:41:58-08:00</authored-date>
  <message>Documentation; filename cleanup</message>
  <tree>df7edaaae4203a85b7586e96c23ddf0b5d1f470d</tree>
  <committer>
    <name>Josh French</name>
    <email>josh@digitalpulp.com</email>
  </committer>
</commit>
