search for: ferret_index_article_image_capt

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

2006 Dec 08
6
QueryParser Exception Handling Problem
According to the following link: http://ferret.davebalmain.com/api/classes/Ferret/QueryParser.html :handle_parser_errors => true is enabled by default and seems to be in acts_as_ferret in class_methods.rb of the plugin. However, when I pass a special character as a query (e.g., !, -, <, >, etc) it throws an error and pukes. -- snip -- Error occured in src/q_parser.y:279 - yyerror
2006 Dec 01
4
Functional Testing AAF Plugin
...s => { ''title'' => { :boost => 2 }, ''body'' => { :boost => 1.5 }, ''ferret_index_article_comments'' => { :boost => 1 }, ''ferret_index_article_image_captions'' => { :boost => 1.5 } } }, { :analyzer => Ferret::Analysis::StandardAnalyzer.new([nil]) } ) -- Posted via http://www.ruby-forum.com/.