Displaying 2 results from an estimated 2 matches for "sale_categori".
Did you mean:
  sale_category
  
2006 Jul 09
3
acts_as_ferret.. what does it actually do?
Okay in this plea for help I''m going to repeat some of what i posted 
before but with a larger amount of background info in the hope that i 
can get a decent grip on ferret before it wriggles away..
Firstly, what does installing the acts_as_ferret plugin actually do? I 
install it and add it to my model and then the index is automatically 
generated and a few methods are added to it and
2006 Jul 14
3
Whitespace Issues
I am trying to build up a filtered search using the logic below.
	bq = Ferret::Search::BooleanQuery.new
		bq.add_query(Ferret::Search::TermQuery.new(Ferret::Index::Term.new("section",section.downcase!)), 
Ferret::Search::BooleanClause::Occur::MUST)
     	filter = Ferret::Search::QueryFilter.new(bq)
  	 	@vobjects = VoObject.find_by_contents(search_input,:filter => 
filter, :sort