CodeOfficer / acts_as_fulltext_indexed
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
f02fb6e
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jul 01 01:40:40 -0700 2008 | |
| |
CHANGELOG | Tue Jul 01 01:43:37 -0700 2008 | |
| |
LICENSE | Tue Jul 01 01:41:08 -0700 2008 | |
| |
README | Tue Jul 01 01:48:17 -0700 2008 | |
| |
init.rb | Tue Jul 01 01:41:08 -0700 2008 | |
| |
lib/ | Tue Jul 01 01:43:37 -0700 2008 |
README
Fork of acts_as_fulltext_indexed: Readme ---------------------------------------------------------------- * Web: http://www.codeofficer.com/ * Email: spam*@*codeofficer*dot*com * Original: http://blog.antiarc.net/2007/05/01/introducing-acts_as_fulltext_indexed/ This fork adds compatibility for geokit's :origin and :within finder options So you can do: @listings = Job.search( params[:search_terms], { :origin => etc, :within => etc, :conditions => etc, :order => etc, :limit => etc } )
