This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Fri Apr 25 15:12:35 -0700 2008 | |
| |
README | Fri Apr 25 15:12:35 -0700 2008 | |
| |
init.rb | Fri Apr 25 15:12:35 -0700 2008 | |
| |
install.rb | Fri Apr 25 15:12:35 -0700 2008 | |
| |
install/ | Fri Apr 25 15:12:35 -0700 2008 | |
| |
lib/ | Wed Apr 15 02:05:08 -0700 2009 | |
| |
tasks/ | Wed Apr 15 00:56:56 -0700 2009 |
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







