I just started using acts_as_ferret and so far things are looking pretty
sweet.

I'm trying to write the view code for my results page. My controller
methods looks like this

  def search
    @query=params[:query]
    @total, @terms = Term.full_text_search(@query, :page =>
(params[:page]||1))
    @pages = pages_for(@total)
  end

Not sure how to proceed. Any ideas?

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to