This module provides full text search in specified fileds with pagination support.
# model.rb
has_search :title, :body
# controller.rb
Model.search("some thing")
Model.search("some thing", :order => "position", :page => (params[:page] || 1), :draft => false, :paginate => true)
Generated with the Darkfish Rdoc Generator 2.