<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,8 @@
-ActsAsMysqlsearchable
-=====================
+= ActsAsMysqlsearchable
 
 acts_as_mysqlsearchable makes MySQL fulltext search easy available directly in your models.
 
-Features:
-========
+== Features
 - Specify fields with &quot;acts_as_mysqlsearchable :fields =&gt; [:title, :text]&quot;, make sure you have fulltextindex added on thoose columns!
 - Boolean search  (:in_boolean_mode =&gt; true)
 - Supports MySQLs query expansion (:with_query_expansion =&gt; true)
@@ -12,17 +10,14 @@ Features:
 - Simpler then ferret/ultrasphinx/&lt;other external searchdaemons&gt;
 - Exposes Rails 2.1 named scope
 
-Why:
-===
+== Why?
 Because often MySQLs fulltext search is just enough for your case. It roughly sorts results after best match and it has various options like +/- etc.
 
 
-Notes:
-=====
+== Notes
 You'll need a MySQL fulltext index on the columns in your database since this plugin uses MySQLs builtin MATCH()
 
-Example:
-=======
+== Examples
 [in your model]
 class Post &lt; ActiveRecord::Base
   acts_as_mysqlsearchable :fields =&gt; [:title, :header, :text] rescue nil
@@ -43,12 +38,10 @@ scoped = Post.with_contents(&quot;ruby&quot;)
 @posts = scoped.all
 
 
-CREDITS:
-====
+== Credits
 - http://github.com/railsgarden (named_scope stuff)
 
 
-TODO:
-=====
+== TODO
 - Add weights, so 1 columns match-score can become more important
 </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>25b6920ee3b1ec7b2e1305e39b25ff77cc8bd7cd</id>
    </parent>
  </parents>
  <author>
    <name>Ippa</name>
    <email>iplord@iplord.com</email>
  </author>
  <url>http://github.com/ippa/acts_as_mysqlsearchable/commit/7ba6c3a04864a82a9e836a727bb7768ccf104876</url>
  <id>7ba6c3a04864a82a9e836a727bb7768ccf104876</id>
  <committed-date>2008-08-27T12:57:50-07:00</committed-date>
  <authored-date>2008-08-27T12:57:50-07:00</authored-date>
  <message>readme updates</message>
  <tree>1dcc35471fbf0d1fcfc9eee658ac15c44a704b2a</tree>
  <committer>
    <name>Ippa</name>
    <email>iplord@iplord.com</email>
  </committer>
</commit>
