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 | [kch] |
| |
README | Fri Apr 25 15:12:35 -0700 2008 | [kch] |
| |
init.rb | Fri Apr 25 15:12:35 -0700 2008 | [kch] |
| |
install.rb | Fri Apr 25 15:12:35 -0700 2008 | [kch] |
| |
install/ | Fri Apr 25 15:12:35 -0700 2008 | [kch] |
| |
lib/ | Tue Apr 29 02:27:08 -0700 2008 | [kch] |
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




