codeofficer / acts_as_fulltext_indexed
acts_as_fulltext_indexed
Publicmy personal fork of acts_as_fulltext_indexed
6 filesupdated Jun 21, 2026
files6Download
./libJun 21, 2026.gitignoreJun 21, 2026CHANGELOGJun 21, 2026init.rbJun 21, 2026LICENSEJun 21, 2026READMEJun 21, 2026README
Fork of acts_as_fulltext_indexed: Readme
- Web: http://www.codeofficer.com/
- Email: spam*@codeofficerdot*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 } )