MonoForge

codeofficer / acts_as_fulltext_indexed

acts_as_fulltext_indexed

Public

my personal fork of acts_as_fulltext_indexed

6 filesupdated Jun 21, 2026

README

Fork of acts_as_fulltext_indexed: Readme

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 } )