Displaying 1 result from an estimated 1 matches for "bought_at_int".
2007 Mar 06
9
bug or "feature"?
...;', and....nothing...is it a problem or like a
"feature"?
another little problem i''ve found is that i''ve written this for the
search:
acts_as_ferret :fields => {:title => {},
:category_id => {},
:bought_at_int => {:index =>
:untokenized_omit_norms, :term_vector => :no},
:gift => {:index =>
:untokenized_omit_norms, :term_vector => :no}}
def self.full_text_search(query, category_id)
return nil if query.nil? or (query == '''')
que...