public
Description: Rails plugin for searching with MySQL full-text
Homepage:
Clone URL: git://github.com/kch/search_object.git
name age message
file MIT-LICENSE Fri Apr 25 15:12:35 -0700 2008 initial commit. all apparently working, but ver... [kch]
file README Fri Apr 25 15:12:35 -0700 2008 initial commit. all apparently working, but ver... [kch]
file init.rb Fri Apr 25 15:12:35 -0700 2008 initial commit. all apparently working, but ver... [kch]
file install.rb Fri Apr 25 15:12:35 -0700 2008 initial commit. all apparently working, but ver... [kch]
directory install/ Fri Apr 25 15:12:35 -0700 2008 initial commit. all apparently working, but ver... [kch]
directory lib/ Loading commit data...
directory tasks/
README
SearchObject
============

MySQL only.


Example
=======

  class SomeModel < ActiveRecord::Base
    searchable_by :title, :body
  end

  @recs = SomeModel.search("foobar")


Nice Things
===========

Search all content_columns

    searchable_by :*
    
    
Search all associations (that have a search_object):

    searchable_by :**
    

Copyright (c) 2008 Caio Chassot, released under the MIT license