search for: schrammel

Displaying 2 results from an estimated 2 matches for "schrammel".

2007 Apr 03
1
Lowercase
Hi, Im useing acts_as_ferret and have a code like this: class News < ActiveRecord::Base acts_as_ferret({:fields => { :normalized_text => {:store => :yes }}}) end This should use the default analyzer with lowercase=true If I do something like News.find_by_contents(''Problem'') it doesn''t find anything (though ''Problem'' is in the text). I
2007 Mar 09
5
higlighting problem
Hi, I''ve been having a problem getting highlighting to work with aaf. I have a class defined as follows such: class Link < ActiveRecord::Base acts_as_ferret :fields => { :description => { :store => :yes } } end I get back the correct results when I do Link.find_by_contents, however, I''d like to highlight them. If I do something like iterate through the list of