search for: filter_on

Displaying 1 result from an estimated 1 matches for "filter_on".

2006 Aug 28
1
How should this be done with ferret 0.10.1
...;'m unsure of how to implement the following code in the new version of ferret? if section if !section.empty? qp = Ferret::QueryParser.new("section") query = qp.parse("\"#{section}\"") bq.add_query(query, Ferret::Search::BooleanClause::Occur::MUST) filter_on =true end end Thank you for any help offered... regards Caspar -- Posted via http://www.ruby-forum.com/.